Change Bulb

This commit is contained in:
Armel FAUVEAU
2024-03-11 03:41:24 +01:00
parent ad3b8b5b9a
commit a9916e5128

View File

@@ -61,15 +61,15 @@ const uint8_t gFontScanAll[10] =
const uint8_t gFontLight[11] =
{
0b00000000,
0b00011100,
0b00100010,
0b01000001,
0b01001101,
0b01110001,
0b01001101,
0b01000001,
0b00100010,
0b00011100,
0b00001100,
0b00010010,
0b00100001,
0b01101101,
0b01111001,
0b01101101,
0b00100001,
0b00010010,
0b00001100,
0b00000000,
};