Change Bulb

This commit is contained in:
Armel FAUVEAU
2024-03-11 03:43:50 +01:00
parent a9916e5128
commit 4b34313c20
2 changed files with 2 additions and 3 deletions

View File

@@ -58,9 +58,8 @@ const uint8_t gFontScanAll[10] =
0b00111110
};
const uint8_t gFontLight[11] =
const uint8_t gFontLight[10] =
{
0b00000000,
0b00001100,
0b00010010,
0b00100001,

View File

@@ -12,7 +12,7 @@ extern const uint8_t gFontPttClassic[2][6];
extern const uint8_t gFontFM[2][6];
extern const uint8_t gFontKeyLock[1][8];
extern const uint8_t gFontScanAll[10];
extern const uint8_t gFontLight[11];
extern const uint8_t gFontLight[10];
extern const uint8_t gFontXB[2][6];
extern const uint8_t gFontMO[2][6];