|
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 single char information. More...
#include <canvas_types.h>
Public Attributes | |
| uint8_t | width |
| char width in pixels | |
| uint8_t | height |
| char height in pixels | |
| uint8_t | spacing |
| additional spaces after char in pixels | |
| const uint8_t * | glyph |
| char data, located in progmem. | |
Structure describes single char information.
Definition at line 141 of file canvas_types.h.