FontDef¶
#include <oled_fonts.h>
Public Attributes¶
Name | |
---|---|
const uint8_t | FontWidth |
uint8_t | FontHeight |
const uint16_t * | data |
Detailed Description¶
Author: afiskon on github. Font struct
Utility for displaying fonts on OLED displays
Migrated to work with libdaisy from stm32-ssd1306
Public Attributes Documentation¶
variable FontWidth¶
Font width in pixels
variable FontHeight¶
Font height in pixels
variable data¶
Pointer to data font data array
Updated on 2024-01-03 at 19:41:01 +0000