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
GFXfont Struct Reference

Adafruit_GFX font descriptor. More...

#include <gfx_compat.h>

Collaboration diagram for GFXfont:

Public Attributes

uint8_t * bitmap
 Glyph bitmaps, concatenated.
 
GFXglyphglyph
 Glyph array.
 
uint16_t first
 ASCII extents (first char)
 
uint16_t last
 ASCII extents (last char)
 
uint8_t yAdvance
 Newline distance (y axis)
 

Detailed Description

Adafruit_GFX font descriptor.

Binary-compatible with Adafruit's gfxfont.h.

Definition at line 89 of file gfx_compat.h.


The documentation for this struct was generated from the following file: