Improve power settings UI

This commit is contained in:
Armel FAUVEAU
2024-07-17 03:25:13 +02:00
parent 2740501fec
commit 3018e0617d
3 changed files with 44 additions and 20 deletions

View File

@@ -272,6 +272,14 @@ const uint8_t BITMAP_Ready[7] =
0b00000010,
};
const uint8_t BITMAP_PowerUser[3] =
{ // 'arrow' symbol
0b00111110,
0b00011100,
0b00001000,
};
#ifndef ENABLE_CUSTOM_MENU_LAYOUT
const uint8_t BITMAP_CurrentIndicator[8] = {
0xFF,