Struct FontDef¶
#include <oled_fonts.h>
Public Attributes¶
Type | Name |
---|---|
uint8_t | FontHeight |
const uint8_t | FontWidth |
const uint16_t * | data |
Detailed Description¶
Utility for displaying fonts on OLED displays Migrated to work with libdaisy from stm32-ssd1306
Author:
afiskon on github. Font struct
Public Attributes Documentation¶
variable FontHeight¶
Font height in pixels
variable FontWidth¶
Font width in pixels
variable data¶
Pointer to data font data array
The documentation for this class was generated from the following file external-docs/libDaisy/src/util/oled_fonts.h