|
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
|
Adafruit_GFX glyph descriptor. More...
#include <gfx_compat.h>
Public Attributes | |
| uint16_t | bitmapOffset |
| Pointer into GFXfont->bitmap. | |
| uint8_t | width |
| Bitmap dimensions in pixels. | |
| uint8_t | height |
| Bitmap dimensions in pixels. | |
| uint8_t | xAdvance |
| Distance to advance cursor (x axis) | |
| int8_t | xOffset |
| X dist from cursor pos to UL corner. | |
| int8_t | yOffset |
| Y dist from cursor pos to UL corner. | |
Adafruit_GFX glyph descriptor.
Binary-compatible with Adafruit's gfxfont.h, so fonts generated by Adafruit's fontconvert tool can be used directly. The guard matches Adafruit_GFX to avoid a double definition when both are present.
Definition at line 78 of file gfx_compat.h.