mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-24 07:21:18 -04:00
Added more SSTV modes
A bit more work done on Replay (still not enabled)
This commit is contained in:
parent
6a0bcb9cca
commit
685e4c6e4b
19 changed files with 288 additions and 172 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue