Channel frequency can be shown with name

This commit is contained in:
OneOfEleven
2023-09-10 05:49:39 +01:00
parent 5bc11d6674
commit 2d8c4787bf
16 changed files with 369 additions and 166 deletions

2
font.h
View File

@@ -23,5 +23,7 @@ extern const uint8_t gFontBig[95][16];
extern const uint8_t gFontBigDigits[11][26];
extern const uint8_t gFontSmallDigits[11][7];
extern const uint8_t gFont5x7[5 * 16 * 6];
#endif