mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-20 16:47:32 +00:00
Frequency manager empty file bugfix
This commit is contained in:
@@ -29,6 +29,30 @@ namespace ui {
|
||||
|
||||
// Use firmware/tools/make_bitmap.py !
|
||||
|
||||
static constexpr uint8_t bitmap_previous_data[] = {
|
||||
0x00, 0x00,
|
||||
0x00, 0x00,
|
||||
0xE0, 0x03,
|
||||
0x10, 0x03,
|
||||
0x88, 0x01,
|
||||
0xC4, 0x00,
|
||||
0xE2, 0x3F,
|
||||
0x01, 0x20,
|
||||
0x01, 0x20,
|
||||
0xE3, 0x3F,
|
||||
0xC6, 0x3F,
|
||||
0x8C, 0x00,
|
||||
0x18, 0x01,
|
||||
0xF0, 0x03,
|
||||
0xE0, 0x03,
|
||||
0x00, 0x00,
|
||||
};
|
||||
|
||||
static constexpr Bitmap bitmap_previous {
|
||||
{ 16, 16 }, bitmap_previous_data
|
||||
};
|
||||
|
||||
|
||||
static constexpr uint8_t bitmap_icon_adsb_data[] = {
|
||||
0x80, 0x01,
|
||||
0xC0, 0x03,
|
||||
|
Reference in New Issue
Block a user