Add infinit loop

This commit is contained in:
Armel FAUVEAU
2024-02-28 05:52:48 +01:00
parent fe69506f31
commit 0a985ec0bf
3 changed files with 23 additions and 2 deletions

View File

@@ -44,6 +44,20 @@ const uint8_t gFontKeyLock[1][8] =
{0x7c, 0x46, 0x45, 0x45, 0x45, 0x45, 0x46, 0x7c}
};
const uint8_t gFontScanAll[10] =
{
0b00000000,
0b00111110,
0b01000001,
0b01000001,
0b00100010,
0b00011100,
0b00100010,
0b01000001,
0b01000001,
0b00111110
};
/*
const uint8_t gFontF[1][7] =
{