Fix MAIN ONLY and Classic GUI

This commit is contained in:
Armel FAUVEAU
2024-03-01 19:55:46 +01:00
parent 3e72d855a6
commit a4be6e13a0
4 changed files with 34 additions and 19 deletions

View File

@@ -71,6 +71,12 @@ const uint8_t gFontXB[2][6] =
{0x00, 0x7f, 0x49, 0x49, 0x49, 0x36},
};
const uint8_t gFontMO[2][6] =
{ // "MO"
{0x00, 0x7f, 0x2, 0x1c, 0x2, 0x7f},
{0x00, 0x3e, 0x41, 0x41, 0x41, 0x3e},
};
const uint8_t gFontDWR[3][6] =
{ // "DWR"
@@ -81,8 +87,8 @@ const uint8_t gFontDWR[3][6] =
const uint8_t gFontHold[2][5] =
{ // "><" .. DW on hold
{0x0, 0x41, 0x22, 0x14, 0x8},
{0x0, 0x8, 0x14, 0x22, 0x41},
{0x00, 0x41, 0x22, 0x14, 0x8},
{0x00, 0x8, 0x14, 0x22, 0x41},
};
const uint8_t BITMAP_BatteryLevel[2] =