Commit replay stuff before sync

This commit is contained in:
furrtek 2017-01-10 19:45:40 +00:00
parent 3ec725c172
commit 12aeae3a82
19 changed files with 1210 additions and 22 deletions

View file

@ -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,