mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
Icon for muted speaker
This commit is contained in:
parent
15c6285639
commit
e4c9287af3
@ -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,
|
||||
|
BIN
firmware/graphics/icon_speaker_mute.png
Normal file
BIN
firmware/graphics/icon_speaker_mute.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 162 B |
Loading…
Reference in New Issue
Block a user