|
LCDGFX LCD display driver
1.2.0
Lightweight graphics library for SSD1306, SSD1325, SSD1327, SSD1331, SSD1351, SH1106, SH1107, IL9163, ST7735, ST7789, ILI9341, PCD8544 displays over I2C/SPI
|
Menu object definition. More...
#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 |
| Class implements menu objects for lcdgfx library. More... | |
Macros | |
| #define | lcd_gfx_min(x, y) ((x) < (y) ? (x) : (y)) |
| Custom min function. | |
| #define | lcd_gfx_max(x, y) ((x) > (y) ? (x) : (y)) |
| Custom max function. | |
Menu object definition.
Definition in file menu.h.