File OledController_fonts.hpp
File List > fw > rbcx-coprocessor > include > OledController_fonts.hpp
Go to the documentation of this file.
#pragma once
#include <stdint.h>
typedef struct {
const uint8_t FontWidth;
uint8_t FontHeight;
const uint16_t* data;
} FontDef;
extern FontDef Font_6x8;
extern FontDef Font_7x10;
extern FontDef Font_11x18;
extern FontDef Font_16x26;