|
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
|
#include "nano_gfx_types.h"#include "canvas/point.h"#include "canvas/rect.h"#include "canvas/font.h"

Go to the source code of this file.
Classes | |
| class | LcdGfxMenu |
Macros | |
| #define | lcd_gfx_min(x, y) ((x) < (y) ? (x) : (y)) |
| #define | lcd_gfx_max(x, y) ((x) > (y) ? (x) : (y)) |
Menu object definition
Definition in file menu.h.
| #define lcd_gfx_max | ( | x, | |
| y | |||
| ) | ((x) > (y) ? (x) : (y)) |