Added more SSTV modes

A bit more work done on Replay (still not enabled)
This commit is contained in:
furrtek 2017-03-23 21:28:21 +00:00
parent 6a0bcb9cca
commit 685e4c6e4b
19 changed files with 288 additions and 172 deletions

View file

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