|
LCDGFX LCD display driver
1.1.5
This library is developed to control SSD1306/SSD1325/SSD1327/SSD1331/SSD1351/IL9163/PCD8554 RGB i2c/spi LED displays
|


Go to the source code of this file.
Classes | |
| class | NanoEngineInputs |
| class | NanoEngineCore |
| class | NanoEngine< C, D > |
| #define | ENGINE_DEFAULT_FPS (15) |
| enum | { BUTTON_NONE = 0B00000000, BUTTON_DOWN = 0B00000001, BUTTON_LEFT = 0B00000010, BUTTON_RIGHT = 0B00000100, BUTTON_UP = 0B00001000, BUTTON_A = 0B00010000, BUTTON_B = 0B00100000, BUTTON_C = 0B01000000, BUTTON_CENTER = 0B10000000 } |
| typedef uint8_t(* | TNanoEngineGetButtons) (void) |
| typedef void(* | TLoopCallback) (void) |
Small graphics engine, based on SSD1331 functions
Definition in file core.h.