Fix I and II

This commit is contained in:
Armel FAUVEAU
2024-02-29 03:27:09 +01:00
parent 0a985ec0bf
commit 1a648cd836
2 changed files with 19 additions and 21 deletions

View File

@@ -171,20 +171,20 @@ const uint8_t BITMAP_ScanList1[6] =
{ // 'I' symbol
0b00000000,
0b00000000,
0b01000010,
0b01111110,
0b01000010,
0b01000001,
0b01111111,
0b01000001,
0b00000000
};
const uint8_t BITMAP_ScanList2[6] =
{ // 'II' symbol
0b00000000,
0b01000010,
0b01111110,
0b01000010,
0b01111110,
0b01000010
0b01000001,
0b01111111,
0b01000001,
0b01111111,
0b01000001
};
const uint8_t BITMAP_compand[6] =