mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-14 08:07:37 +00:00
Breakout icon change (#2556)
- Changed Breakout icon - Changed Tetris icon color to green
This commit is contained in:
@@ -1955,6 +1955,44 @@ static constexpr Bitmap bitmap_icon_tetris{
|
||||
{16, 16},
|
||||
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[] = {
|
||||
0x00,
|
||||
0x00,
|
||||
|
Reference in New Issue
Block a user