Formatting has been fixed

This commit is contained in:
Belousov Oleg
2026-07-30 14:53:46 +03:00
parent 8975d9eb53
commit f5719c9c3c
4 changed files with 128 additions and 16 deletions
+32 -4
View File
@@ -41,10 +41,38 @@ __attribute__((section(".external_app.app_adsbrx.application_information"), used
/*.app_name = */ "ADS-B",
/*.bitmap_data = */ {
0x80, 0x01, 0xC0, 0x03, 0xC0, 0x03, 0xC0, 0x03,
0xC0, 0x03, 0xE0, 0x07, 0xF8, 0x1F, 0xFE, 0x7F,
0xFF, 0xFF, 0xFF, 0xFF, 0xC0, 0x03, 0xC0, 0x03,
0xC0, 0x03, 0xE0, 0x07, 0xF0, 0x0F, 0xF8, 0x1F,
0x80,
0x01,
0xC0,
0x03,
0xC0,
0x03,
0xC0,
0x03,
0xC0,
0x03,
0xE0,
0x07,
0xF8,
0x1F,
0xFE,
0x7F,
0xFF,
0xFF,
0xFF,
0xFF,
0xC0,
0x03,
0xC0,
0x03,
0xC0,
0x03,
0xE0,
0x07,
0xF0,
0x0F,
0xF8,
0x1F,
},
/*.icon_color = */ ui::Color::green().v,
/*.menu_location = */ app_location_t::RX,
+32 -4
View File
@@ -41,10 +41,38 @@ __attribute__((section(".external_app.app_ais_rx.application_information"), used
/*.app_name = */ "AIS Boats",
/*.bitmap_data = */ {
0x00, 0x01, 0x80, 0x01, 0xC0, 0x01, 0xC0, 0x0D,
0xE0, 0x3D, 0xF0, 0x3D, 0xF8, 0x7D, 0xFC, 0x7D,
0xFC, 0x7D, 0xFE, 0x7D, 0xFF, 0x7D, 0x00, 0x00,
0xF8, 0x7F, 0xF8, 0x3F, 0xF0, 0x0F, 0x00, 0x00,
0x00,
0x01,
0x80,
0x01,
0xC0,
0x01,
0xC0,
0x0D,
0xE0,
0x3D,
0xF0,
0x3D,
0xF8,
0x7D,
0xFC,
0x7D,
0xFC,
0x7D,
0xFE,
0x7D,
0xFF,
0x7D,
0x00,
0x00,
0xF8,
0x7F,
0xF8,
0x3F,
0xF0,
0x0F,
0x00,
0x00,
},
/*.icon_color = */ ui::Color::green().v,
/*.menu_location = */ app_location_t::RX,
+32 -4
View File
@@ -41,10 +41,38 @@ __attribute__((section(".external_app.app_aprs_rx.application_information"), use
/*.app_name = */ "APRS",
/*.bitmap_data = */ {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x0F,
0x4C, 0x32, 0xFE, 0x7F, 0x25, 0xA4, 0x25, 0xA4,
0xFF, 0xFF, 0x25, 0xA4, 0x25, 0xA4, 0xFE, 0x7F,
0x4C, 0x32, 0xF0, 0x0F, 0x00, 0x00, 0x00, 0x00,
0x00,
0x00,
0x00,
0x00,
0x00,
0x00,
0xF0,
0x0F,
0x4C,
0x32,
0xFE,
0x7F,
0x25,
0xA4,
0x25,
0xA4,
0xFF,
0xFF,
0x25,
0xA4,
0x25,
0xA4,
0xFE,
0x7F,
0x4C,
0x32,
0xF0,
0x0F,
0x00,
0x00,
0x00,
0x00,
},
/*.icon_color = */ ui::Color::green().v,
/*.menu_location = */ app_location_t::RX,
+32 -4
View File
@@ -41,10 +41,38 @@ __attribute__((section(".external_app.app_aprs_tx.application_information"), use
/*.app_name = */ "APRS TX",
/*.bitmap_data = */ {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x0F,
0x4C, 0x32, 0xFE, 0x7F, 0x25, 0xA4, 0x25, 0xA4,
0xFF, 0xFF, 0x25, 0xA4, 0x25, 0xA4, 0xFE, 0x7F,
0x4C, 0x32, 0xF0, 0x0F, 0x00, 0x00, 0x00, 0x00,
0x00,
0x00,
0x00,
0x00,
0x00,
0x00,
0xF0,
0x0F,
0x4C,
0x32,
0xFE,
0x7F,
0x25,
0xA4,
0x25,
0xA4,
0xFF,
0xFF,
0x25,
0xA4,
0x25,
0xA4,
0xFE,
0x7F,
0x4C,
0x32,
0xF0,
0x0F,
0x00,
0x00,
0x00,
0x00,
},
/*.icon_color = */ ui::Color::green().v,
/*.menu_location = */ app_location_t::TX,