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 | |
struct | SSD1306_RECT |
struct | SPRITE |
Macros | |
#define | lcd_gfx_min(a, b) ((a) < (b) ? (a) : (b)) |
#define | lcd_gfx_max(a, b) ((a) > (b) ? (a) : (b)) |
Typedefs | |
typedef struct SPRITE | SPRITE |
Basic structures of nano gfx library
Definition in file nano_gfx_types.h.
#define lcd_gfx_max | ( | a, | |
b | |||
) | ((a) > (b) ? (a) : (b)) |
Macros returning maximum of 2 numbers
Definition at line 41 of file nano_gfx_types.h.
#define lcd_gfx_min | ( | a, | |
b | |||
) | ((a) < (b) ? (a) : (b)) |
Macros returning minimum of 2 numbers
Definition at line 36 of file nano_gfx_types.h.
SPRITE structure represents logical graphics object