mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-15 06:07:42 +00:00
Added more SSTV modes
A bit more work done on Replay (still not enabled)
This commit is contained in:
@@ -175,6 +175,28 @@ static constexpr Bitmap bitmap_sd_card_unknown {
|
||||
{ 16, 16 }, bitmap_sd_card_unknown_data
|
||||
};
|
||||
|
||||
static constexpr uint8_t bitmap_play_data[] = {
|
||||
0x00, 0x00,
|
||||
0x00, 0x00,
|
||||
0x0C, 0x00,
|
||||
0x3C, 0x00,
|
||||
0xFC, 0x00,
|
||||
0xFC, 0x03,
|
||||
0xFC, 0x0F,
|
||||
0xFC, 0x3F,
|
||||
0xFC, 0x3F,
|
||||
0xFC, 0x0F,
|
||||
0xFC, 0x03,
|
||||
0xFC, 0x00,
|
||||
0x3C, 0x00,
|
||||
0x0C, 0x00,
|
||||
0x00, 0x00,
|
||||
0x00, 0x00,
|
||||
};
|
||||
static constexpr Bitmap bitmap_play {
|
||||
{ 16, 16 }, bitmap_play_data
|
||||
};
|
||||
|
||||
static constexpr uint8_t bitmap_icon_stealth_data[] = {
|
||||
0x00, 0x00,
|
||||
0x00, 0x00,
|
||||
|
Reference in New Issue
Block a user