mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-08 07:02:56 -04:00
Started work on APRS (AX25)
This commit is contained in:
parent
a35d9ee8a9
commit
8e99bccd41
21 changed files with 515 additions and 6220 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue