Change I and II

This commit is contained in:
Armel FAUVEAU
2024-05-04 18:37:59 +02:00
parent 014f946ed4
commit fb00ac8dfd
2 changed files with 14 additions and 12 deletions

View File

@@ -168,24 +168,26 @@ const uint8_t BITMAP_VFO_NotDefault[8] =
0b00001000
};
const uint8_t BITMAP_ScanList1[6] =
const uint8_t BITMAP_ScanList1[7] =
{ // 'I' symbol
0b00000000,
0b00000000,
0b01111111,
0b01111111,
0b01111011,
0b01000001,
0b01111111,
0b01000001,
0b00000000
0b01111111,
0b01111111,
};
const uint8_t BITMAP_ScanList2[6] =
const uint8_t BITMAP_ScanList2[7] =
{ // 'II' symbol
0b00000000,
0b01000001,
0b01111111,
0b01000001,
0b01111111,
0b01000001
0b01001101,
0b01010101,
0b01011011,
0b01111111,
0b01111111,
};
const uint8_t BITMAP_compand[6] =