mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-28 00:27:17 -04:00
Moved external Font Viewer app to DEBUG menu (#1485)
* Updated icon * Support external apps on DEBUG menu screen
This commit is contained in:
parent
5cd7a09797
commit
37c6b35fb7
4 changed files with 28 additions and 21 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue