Skip to content

Struct FontDef

ClassList > FontDef

More...

  • #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

uint8_t FontDef::FontHeight;

Font height in pixels


variable FontWidth

const uint8_t FontDef::FontWidth;

Font width in pixels


variable data

const uint16_t* FontDef::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