mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-19 04:19:30 -04:00
Bitmap preview in SSTV TX
This commit is contained in:
parent
089eeeafe4
commit
5b74b83458
11 changed files with 433 additions and 65 deletions
|
@ -1079,6 +1079,28 @@ static constexpr Bitmap bitmap_icon_audiotx {
|
|||
{ 16, 16 }, bitmap_icon_audiotx_data
|
||||
};
|
||||
|
||||
static constexpr uint8_t bitmap_icon_sstv_data[] = {
|
||||
0x10, 0x08,
|
||||
0x20, 0x04,
|
||||
0x40, 0x02,
|
||||
0x80, 0x01,
|
||||
0xFF, 0xFF,
|
||||
0x03, 0xF8,
|
||||
0x5D, 0xF0,
|
||||
0x05, 0xD0,
|
||||
0x01, 0xF0,
|
||||
0x01, 0xD0,
|
||||
0x01, 0xF0,
|
||||
0x01, 0xD0,
|
||||
0x01, 0xF0,
|
||||
0x01, 0x90,
|
||||
0x03, 0x98,
|
||||
0xFF, 0xFF,
|
||||
};
|
||||
static constexpr Bitmap bitmap_icon_sstv {
|
||||
{ 16, 16 }, bitmap_icon_sstv_data
|
||||
};
|
||||
|
||||
static constexpr uint8_t bitmap_icon_jammer_data[] = {
|
||||
0xA6, 0x2C,
|
||||
0x73, 0x47,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue