fix enabling NOAA: restore BITMAP_NOAA
there was data missing in bitmaps.c, I added it back from the last state before it was removed, unsure if this is correct data, but it works on my radio
This commit is contained in:
17
bitmaps.c
17
bitmaps.c
@@ -298,6 +298,23 @@ const uint8_t BITMAP_PowerUser[3] =
|
||||
0b00001000,
|
||||
};
|
||||
|
||||
#ifdef ENABLE_NOAA
|
||||
const uint8_t BITMAP_NOAA[12] =
|
||||
{ // "WX"
|
||||
0b00000000,
|
||||
0b01111111,
|
||||
0b00100000,
|
||||
0b00011000,
|
||||
0b00100000,
|
||||
0b01111111,
|
||||
0b00000000,
|
||||
0b01100011,
|
||||
0b00010100,
|
||||
0b00001000,
|
||||
0b00010100,
|
||||
0b01100011
|
||||
};
|
||||
#endif
|
||||
|
||||
#ifndef ENABLE_CUSTOM_MENU_LAYOUT
|
||||
const uint8_t BITMAP_CurrentIndicator[8] = {
|
||||
|
Reference in New Issue
Block a user