SSD1306 OLED display driver
1.8.2
This library is developed to control SSD1306/SSD1331/SSD1351/IL9163/PCD8554 RGB i2c/spi LED displays
|
#include <nano_gfx_types.h>
Public Attributes | |
SFontHeaderRecord | h |
record, containing information on font | |
uint8_t | count |
count of characters | |
uint8_t | pages |
height in pages (each page height is 8-pixels) | |
uint8_t | glyph_size |
glyph size in bytes | |
const uint8_t * | primary_table |
font chars bits | |
const uint8_t * | secondary_table |
font chars bits | |
Structure is used for internal font presentation
Definition at line 105 of file nano_gfx_types.h.