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 0b00001000
}; };
const uint8_t BITMAP_ScanList1[6] = const uint8_t BITMAP_ScanList1[7] =
{ // 'I' symbol { // 'I' symbol
0b00000000, 0b01111111,
0b00000000, 0b01111111,
0b01111011,
0b01000001, 0b01000001,
0b01111111, 0b01111111,
0b01000001, 0b01111111,
0b00000000 0b01111111,
}; };
const uint8_t BITMAP_ScanList2[6] = const uint8_t BITMAP_ScanList2[7] =
{ // 'II' symbol { // 'II' symbol
0b00000000,
0b01000001,
0b01111111, 0b01111111,
0b01000001,
0b01111111, 0b01111111,
0b01000001 0b01001101,
0b01010101,
0b01011011,
0b01111111,
0b01111111,
}; };
const uint8_t BITMAP_compand[6] = const uint8_t BITMAP_compand[6] =

View File

@@ -28,8 +28,8 @@ extern const uint8_t BITMAP_USB_C[9];
extern const uint8_t BITMAP_Antenna[5]; extern const uint8_t BITMAP_Antenna[5];
extern const uint8_t BITMAP_VFO_Default[8]; extern const uint8_t BITMAP_VFO_Default[8];
extern const uint8_t BITMAP_VFO_NotDefault[8]; extern const uint8_t BITMAP_VFO_NotDefault[8];
extern const uint8_t BITMAP_ScanList1[6]; extern const uint8_t BITMAP_ScanList1[7];
extern const uint8_t BITMAP_ScanList2[6]; extern const uint8_t BITMAP_ScanList2[7];
extern const uint8_t BITMAP_compand[6]; extern const uint8_t BITMAP_compand[6];
#ifndef ENABLE_CUSTOM_MENU_LAYOUT #ifndef ENABLE_CUSTOM_MENU_LAYOUT