mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-20 20:07:27 +00:00
Bitmap preview in SSTV TX
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user