mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-14 02:17:39 +00:00
Started working on radiosonde RX
Removed some warnings Better handling of absent map file in GeoMap ?
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user