Prepare choice between broadcast and bandscope

This commit is contained in:
Armel FAUVEAU
2024-05-17 05:08:29 +02:00
parent 1cfad1f92b
commit bbf1d4cb54
4 changed files with 29 additions and 4 deletions

View File

@@ -204,6 +204,17 @@ const uint8_t BITMAP_compand[6] =
0b00100100
};
const uint8_t BITMAP_Ready[7] =
{
0b00001000,
0b00010000,
0b00100000,
0b00010000,
0b00001000,
0b00000100,
0b00000010,
};
#ifndef ENABLE_CUSTOM_MENU_LAYOUT
const uint8_t BITMAP_CurrentIndicator[8] = {
0xFF,