bitmap: buttons and fonts

This commit is contained in:
2023-03-26 10:29:22 +02:00
parent 408d99783a
commit 83e4959c09
5 changed files with 486 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#pragma once
/* Font data for standard 5x7t */
extern const uint8_t font5x7[];
extern const GFX_font_t font5x7Info;
extern const GFX_fontChar_t font5x7Descriptors[];