Moved external Font Viewer app to DEBUG menu (#1485)

* Updated icon
* Support external apps on DEBUG menu screen
This commit is contained in:
Mark Thompson 2023-10-11 11:32:01 -05:00 committed by GitHub
parent 5cd7a09797
commit 37c6b35fb7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 28 additions and 21 deletions

View file

@ -40,32 +40,32 @@ __attribute__((section(".external_app.app_font_viewer.application_information"),
/*.app_name = */ "Font Viewer",
/*.bitmap_data = */ {
0x00,
0x00,
0x00,
0x00,
0x10,
0x08,
0x10,
0x08,
0x0C,
0x38,
0x08,
0x28,
0x08,
0x0C,
0x38,
0x0C,
0x6C,
0x08,
0x44,
0x08,
0x0C,
0x6C,
0x0C,
0xC6,
0x7C,
0xFE,
0x78,
0x82,
0x88,
0xFC,
0xFF,
0x8D,
0x83,
0x89,
0x8D,
0x83,
0xFD,
0x01,
0x89,
0x01,
0x79,
0x00,
0x00,
0x7D,
0x00,
0x00,
0x00,
@ -73,8 +73,8 @@ __attribute__((section(".external_app.app_font_viewer.application_information"),
0x00,
0x00,
},
/*.icon_color = */ ui::Color::yellow().v,
/*.menu_location = */ app_location_t::UTILITIES,
/*.icon_color = */ ui::Color::cyan().v,
/*.menu_location = */ app_location_t::DEBUG,
/*.m4_app_tag = portapack::spi_flash::image_tag_noop */ {'\0', '\0', '\0', '\0'},
/*.m4_app_offset = */ 0x00000000, // will be filled at compile time