Add third list

This commit is contained in:
Armel FAUVEAU
2024-06-24 00:24:47 +02:00
parent 0235d26326
commit 2deff09d47
15 changed files with 179 additions and 21 deletions

View File

@@ -173,7 +173,7 @@ const uint8_t BITMAP_VFO_NotDefault[8] =
};
const uint8_t BITMAP_ScanList1[7] =
{ // 'I' symbol
{ // '1' symbol
0b01111111,
0b01111111,
0b01111011,
@@ -184,7 +184,7 @@ const uint8_t BITMAP_ScanList1[7] =
};
const uint8_t BITMAP_ScanList2[7] =
{ // 'II' symbol
{ // '2' symbol
0b01111111,
0b01111111,
0b01001101,
@@ -194,6 +194,17 @@ const uint8_t BITMAP_ScanList2[7] =
0b01111111,
};
const uint8_t BITMAP_ScanList3[7] =
{ // '3' symbol
0b01111111,
0b01111111,
0b01011101,
0b01010101,
0b01101011,
0b01111111,
0b01111111,
};
const uint8_t BITMAP_compand[6] =
{
0b00000000,