mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-19 12:24:18 -04:00
Started working on radiosonde RX
Removed some warnings Better handling of absent map file in GeoMap ?
This commit is contained in:
parent
34b99042ef
commit
d3222c27ca
18 changed files with 621 additions and 34 deletions
|
@ -705,6 +705,28 @@ static constexpr Bitmap bitmap_icon_notepad {
|
|||
{ 16, 16 }, bitmap_icon_notepad_data
|
||||
};
|
||||
|
||||
static constexpr uint8_t bitmap_icon_sonde_data[] = {
|
||||
0xE0, 0x03,
|
||||
0x90, 0x07,
|
||||
0xE8, 0x0F,
|
||||
0xF8, 0x0F,
|
||||
0xF8, 0x0F,
|
||||
0xF0, 0x07,
|
||||
0xF0, 0x07,
|
||||
0xE0, 0x03,
|
||||
0xE0, 0x03,
|
||||
0xC0, 0x01,
|
||||
0xC0, 0x01,
|
||||
0x80, 0x00,
|
||||
0x80, 0x00,
|
||||
0x80, 0x02,
|
||||
0xC0, 0x01,
|
||||
0xC0, 0x01,
|
||||
};
|
||||
static constexpr Bitmap bitmap_icon_sonde {
|
||||
{ 16, 16 }, bitmap_icon_sonde_data
|
||||
};
|
||||
|
||||
static constexpr uint8_t bitmap_icon_setup_data[] = {
|
||||
0x00, 0x00,
|
||||
0x18, 0x18,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue