mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-08-31 20:09:04 +00:00
Commit replay stuff before sync
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user