Menu style build option ENABLE_CUSTOM_MENU_LAYOUT

This commit is contained in:
Krzysiek Egzmont
2023-12-25 01:59:18 +01:00
parent 36ecde86e9
commit f35ce8d789
4 changed files with 48 additions and 32 deletions

View File

@@ -312,3 +312,16 @@ const uint8_t BITMAP_compand[6] =
0b01000010,
0b00100100
};
#ifndef ENABLE_CUSTOM_MENU_LAYOUT
const uint8_t BITMAP_CurrentIndicator[8] = {
0xFF,
0xFF,
0x7E,
0x7E,
0x3C,
0x3C,
0x18,
0x18
};
#endif