mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-03-13 10:26:28 -04:00
Breakout icon change (#2556)
- Changed Breakout icon - Changed Tetris icon color to green
This commit is contained in:
parent
adc23315a2
commit
081b11ad41
@ -1955,6 +1955,44 @@ static constexpr Bitmap bitmap_icon_tetris{
|
|||||||
{16, 16},
|
{16, 16},
|
||||||
bitmap_icon_tetris_data};
|
bitmap_icon_tetris_data};
|
||||||
|
|
||||||
|
static constexpr uint8_t bitmap_icon_breakout_data[] = {
|
||||||
|
0x00,
|
||||||
|
0x00,
|
||||||
|
0x7F,
|
||||||
|
0x7F,
|
||||||
|
0x7F,
|
||||||
|
0x7F,
|
||||||
|
0x7F,
|
||||||
|
0x7F,
|
||||||
|
0x00,
|
||||||
|
0x00,
|
||||||
|
0xF7,
|
||||||
|
0xF7,
|
||||||
|
0xF7,
|
||||||
|
0xF7,
|
||||||
|
0xF7,
|
||||||
|
0xF7,
|
||||||
|
0x00,
|
||||||
|
0x00,
|
||||||
|
0x7F,
|
||||||
|
0x7F,
|
||||||
|
0x7F,
|
||||||
|
0x7F,
|
||||||
|
0x7F,
|
||||||
|
0x7F,
|
||||||
|
0x00,
|
||||||
|
0x00,
|
||||||
|
0xF7,
|
||||||
|
0xF7,
|
||||||
|
0xF7,
|
||||||
|
0xF7,
|
||||||
|
0xF7,
|
||||||
|
0xF7,
|
||||||
|
};
|
||||||
|
static constexpr Bitmap bitmap_icon_breakout{
|
||||||
|
{16, 16},
|
||||||
|
bitmap_icon_breakout_data};
|
||||||
|
|
||||||
static constexpr uint8_t bitmap_icon_rename_data[] = {
|
static constexpr uint8_t bitmap_icon_rename_data[] = {
|
||||||
0x00,
|
0x00,
|
||||||
0x00,
|
0x00,
|
||||||
|
64
firmware/application/external/breakout/main.cpp
vendored
64
firmware/application/external/breakout/main.cpp
vendored
@ -27,38 +27,38 @@ __attribute__((section(".external_app.app_breakout.application_information"), us
|
|||||||
|
|
||||||
/*.app_name = */ "Breakout",
|
/*.app_name = */ "Breakout",
|
||||||
/*.bitmap_data = */ {
|
/*.bitmap_data = */ {
|
||||||
0xFF,
|
0x00,
|
||||||
0xFF,
|
0x00,
|
||||||
0x01,
|
0x7F,
|
||||||
0x01,
|
0x7F,
|
||||||
0x01,
|
0x7F,
|
||||||
0x01,
|
0x7F,
|
||||||
0x01,
|
0x7F,
|
||||||
0x01,
|
0x7F,
|
||||||
0xFF,
|
0x00,
|
||||||
0xFF,
|
0x00,
|
||||||
0x80,
|
0xF7,
|
||||||
0x80,
|
0xF7,
|
||||||
0x80,
|
0xF7,
|
||||||
0x80,
|
0xF7,
|
||||||
0x80,
|
0xF7,
|
||||||
0x80,
|
0xF7,
|
||||||
0xFF,
|
0x00,
|
||||||
0xFF,
|
0x00,
|
||||||
0x01,
|
0x7F,
|
||||||
0x01,
|
0x7F,
|
||||||
0x01,
|
0x7F,
|
||||||
0x01,
|
0x7F,
|
||||||
0x01,
|
0x7F,
|
||||||
0x01,
|
0x7F,
|
||||||
0xFF,
|
0x00,
|
||||||
0xFF,
|
0x00,
|
||||||
0x80,
|
0xF7,
|
||||||
0x80,
|
0xF7,
|
||||||
0x80,
|
0xF7,
|
||||||
0x80,
|
0xF7,
|
||||||
0x80,
|
0xF7,
|
||||||
0x80,
|
0xF7,
|
||||||
},
|
},
|
||||||
/*.icon_color = */ ui::Color::green().v,
|
/*.icon_color = */ ui::Color::green().v,
|
||||||
/*.menu_location = */ app_location_t::GAMES,
|
/*.menu_location = */ app_location_t::GAMES,
|
||||||
|
@ -73,7 +73,7 @@ __attribute__((section(".external_app.app_tetris.application_information"), used
|
|||||||
0xFF,
|
0xFF,
|
||||||
0xF1,
|
0xF1,
|
||||||
},
|
},
|
||||||
/*.icon_color = */ ui::Color::orange().v,
|
/*.icon_color = */ ui::Color::green().v,
|
||||||
/*.menu_location = */ app_location_t::GAMES,
|
/*.menu_location = */ app_location_t::GAMES,
|
||||||
/*.desired_menu_position = */ -1,
|
/*.desired_menu_position = */ -1,
|
||||||
|
|
||||||
|
BIN
firmware/graphics/icon_breakout.png
Normal file
BIN
firmware/graphics/icon_breakout.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 137 B |
Loading…
x
Reference in New Issue
Block a user