Snake icon change (#2557)

This commit is contained in:
Mark Thompson
2025-03-10 12:37:30 -05:00
committed by GitHub
parent 081b11ad41
commit e920932886
3 changed files with 60 additions and 21 deletions

View File

@@ -1993,6 +1993,44 @@ static constexpr Bitmap bitmap_icon_breakout{
{16, 16}, {16, 16},
bitmap_icon_breakout_data}; bitmap_icon_breakout_data};
static constexpr uint8_t bitmap_icon_snake_data[] = {
0x00,
0x00,
0x00,
0x00,
0xE0,
0x09,
0x70,
0xC7,
0xFC,
0xC9,
0x06,
0x00,
0x06,
0x00,
0x0C,
0x00,
0xF0,
0x01,
0x00,
0x3E,
0x00,
0x40,
0xFC,
0x40,
0x02,
0x3F,
0x02,
0x00,
0x7C,
0x80,
0x80,
0x7F,
};
static constexpr Bitmap bitmap_icon_snake{
{16, 16},
bitmap_icon_snake_data};
static constexpr uint8_t bitmap_icon_rename_data[] = { static constexpr uint8_t bitmap_icon_rename_data[] = {
0x00, 0x00,
0x00, 0x00,

View File

@@ -28,35 +28,36 @@ __attribute__((section(".external_app.app_snake.application_information"), used)
{ {
0x00, 0x00,
0x00, 0x00,
0x7E,
0x42,
0x42,
0x42,
0x7E,
0x00, 0x00,
0x00, 0x00,
0x7E, 0xE0,
0x42, 0x09,
0x42, 0x70,
0x42, 0xC7,
0x7E, 0xFC,
0xC9,
0x06,
0x00, 0x00,
0x06,
0x00, 0x00,
0x0C,
0x00, 0x00,
0x7E, 0xF0,
0x42, 0x01,
0x42,
0x42,
0x7E,
0x00, 0x00,
0x3E,
0x00, 0x00,
0x7E, 0x40,
0x42, 0xFC,
0x42, 0x40,
0x42, 0x02,
0x7E, 0x3F,
0x00, 0x02,
0x00, 0x00,
0x7C,
0x80,
0x80,
0x7F,
}, },
ui::Color::green().v, ui::Color::green().v,
app_location_t::GAMES, app_location_t::GAMES,

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 B