mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-14 02:17:39 +00:00
Icon for muted speaker
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user