add firmware
This commit is contained in:
parent
f165ccdc95
commit
580bc8716c
21 changed files with 6148 additions and 0 deletions
9
firmware/main/include/lcd/FontBase.h
Normal file
9
firmware/main/include/lcd/FontBase.h
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#pragma once
|
||||
#include <stdint.h>
|
||||
|
||||
typedef struct font_t {
|
||||
const char* fTable;
|
||||
uint16_t width;
|
||||
uint16_t height;
|
||||
uint16_t cSize;
|
||||
} font_t;
|
||||
Loading…
Add table
Add a link
Reference in a new issue