Icon for muted speaker

This commit is contained in:
eried 2020-06-08 01:15:52 +02:00
parent 15c6285639
commit e4c9287af3
2 changed files with 22 additions and 0 deletions

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 162 B