ADSB position decoding

Date and time string format function
Binary update
This commit is contained in:
furrtek 2017-08-17 12:56:47 +01:00
parent 9d902bc224
commit 2628f9c03d
15 changed files with 255 additions and 108 deletions

View file

@ -727,6 +727,28 @@ static constexpr Bitmap bitmap_icon_setup {
{ 16, 16 }, bitmap_icon_setup_data
};
static constexpr uint8_t bitmap_target_data[] = {
0x80, 0x00,
0x80, 0x00,
0xE0, 0x03,
0x90, 0x04,
0x88, 0x08,
0x04, 0x10,
0x04, 0x10,
0x1F, 0x7C,
0x04, 0x10,
0x04, 0x10,
0x88, 0x08,
0x90, 0x04,
0xE0, 0x03,
0x80, 0x00,
0x80, 0x00,
0x00, 0x00,
};
static constexpr Bitmap bitmap_target {
{ 16, 16 }, bitmap_target_data
};
static constexpr uint8_t bitmap_sig_saw_down_data[] = {
0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00,