Click here to Skip to main content
15,886,137 members
Articles / Internet of Things

GFX Forever: The Complete Guide to GFX for IoT

Rate me:
Please Sign up or sign in to vote.
5.00/5 (50 votes)
8 Mar 2022MIT57 min read 99K   1.2K   55  
GFX is a fast and full featured replacement for standard IoT drawing libraries that is optimized to reduce bus I/O
GFX works anywhere, on PCs and IoT gadgets, plus everything in between. It is cross platform and compiles with GCC or Clang and should be standard C++14 (17 preferred). It is device independent, allowing you to make your own drivers. It will use those drivers in such a way as to reduce the amount of I/O necessary to make the driver work, whether it's SPI or I2C. Not only that it will draw anywhere, even ASCII to the console or serial port.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
United States United States
Just a shiny lil monster. Casts spells in C++. Mostly harmless.

Comments and Discussions