mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-08 15:12:39 -04:00
Commit replay stuff before sync
This commit is contained in:
parent
3ec725c172
commit
12aeae3a82
19 changed files with 1210 additions and 22 deletions
|
@ -512,6 +512,29 @@ static constexpr Bitmap bitmap_icon_remote {
|
|||
{ 16, 16 }, bitmap_icon_remote_data
|
||||
};
|
||||
|
||||
static constexpr uint8_t bitmap_icon_replay_data[] = {
|
||||
0x00, 0x00,
|
||||
0xC0, 0x07,
|
||||
0xF0, 0x1F,
|
||||
0x79, 0x3C,
|
||||
0x1D, 0x70,
|
||||
0x0F, 0x60,
|
||||
0x07, 0xE0,
|
||||
0x1F, 0xC0,
|
||||
0x00, 0xC0,
|
||||
0x00, 0xE0,
|
||||
0x00, 0x60,
|
||||
0x00, 0x70,
|
||||
0x30, 0x3C,
|
||||
0xE0, 0x0F,
|
||||
0x80, 0x03,
|
||||
0x00, 0x00,
|
||||
};
|
||||
|
||||
static constexpr Bitmap bitmap_icon_replay {
|
||||
{ 16, 16 }, bitmap_icon_replay_data
|
||||
};
|
||||
|
||||
static constexpr uint8_t bitmap_icon_soundboard_data[] = {
|
||||
0x00, 0x00,
|
||||
0xDE, 0x7B,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue