Skip to content

FontDef

Module: LIBDAISY / UTILITY

More...

#include <oled_fonts.h>

Public Attributes

Name
const uint8_t FontWidth
uint8_t FontHeight
const uint16_t * data

Detailed Description

struct FontDef;

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

const uint8_t FontWidth;

Font width in pixels

variable FontHeight

uint8_t FontHeight;

Font height in pixels

variable data

const uint16_t * data;

Pointer to data font data array


Updated on 2024-01-03 at 19:41:01 +0000