Started work on APRS (AX25)

This commit is contained in:
furrtek 2017-05-25 21:08:33 +01:00
parent a35d9ee8a9
commit 8e99bccd41
21 changed files with 515 additions and 6220 deletions

View file

@ -1063,6 +1063,28 @@ static constexpr Bitmap bitmap_icon_replay {
{ 16, 16 }, bitmap_icon_replay_data
};
static constexpr uint8_t bitmap_icon_aprs_data[] = {
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
0xF0, 0x0F,
0x4C, 0x32,
0xFE, 0x7F,
0x25, 0xA4,
0x25, 0xA4,
0xFF, 0xFF,
0x25, 0xA4,
0x25, 0xA4,
0xFE, 0x7F,
0x4C, 0x32,
0xF0, 0x0F,
0x00, 0x00,
0x00, 0x00,
};
static constexpr Bitmap bitmap_icon_aprs {
{ 16, 16 }, bitmap_icon_aprs_data
};
static constexpr uint8_t bitmap_icon_soundboard_data[] = {
0x00, 0x00,
0xFF, 0xFF,