Frequency manager empty file bugfix

This commit is contained in:
furrtek 2017-01-30 01:09:00 +00:00
parent c8e71bcdee
commit 0642d633c3
15 changed files with 133 additions and 54 deletions

View file

@ -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,