mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-23 23:11:28 -04:00
Frequency manager empty file bugfix
This commit is contained in:
parent
c8e71bcdee
commit
0642d633c3
15 changed files with 133 additions and 54 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue