mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-22 06:29:31 -04:00
Icon for muted speaker
This commit is contained in:
parent
15c6285639
commit
e4c9287af3
2 changed files with 22 additions and 0 deletions
|
@ -1637,6 +1637,28 @@ static constexpr Bitmap bitmap_icon_speaker {
|
|||
{ 16, 16 }, bitmap_icon_speaker_data
|
||||
};
|
||||
|
||||
static constexpr uint8_t bitmap_icon_speaker_mute_data[] = {
|
||||
0x00, 0x00,
|
||||
0x40, 0x00,
|
||||
0x60, 0x00,
|
||||
0x70, 0x00,
|
||||
0x78, 0x00,
|
||||
0x7F, 0x22,
|
||||
0x7F, 0x36,
|
||||
0x7F, 0x1C,
|
||||
0x7F, 0x08,
|
||||
0x7F, 0x1C,
|
||||
0x7F, 0x36,
|
||||
0x7F, 0x22,
|
||||
0x78, 0x00,
|
||||
0x70, 0x00,
|
||||
0x60, 0x00,
|
||||
0x40, 0x00,
|
||||
};
|
||||
static constexpr Bitmap bitmap_icon_speaker_mute {
|
||||
{ 16, 16 }, bitmap_icon_speaker_mute_data
|
||||
};
|
||||
|
||||
static constexpr uint8_t bitmap_icon_sstv_data[] = {
|
||||
0x00, 0x00,
|
||||
0x00, 0x00,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue