|
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
|
Structure describes font format in memory. More...
#include <canvas_types.h>
Public Attributes | |
| uint8_t | type |
| font type: 0 - Fixed Font | |
| uint8_t | width |
| width in pixels | |
| uint8_t | height |
| height in pixels | |
| uint8_t | ascii_offset |
| ascii offset | |
Structure describes font format in memory.
Definition at line 117 of file canvas_types.h.