mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-23 23:11:28 -04:00
Added basic POCSAG receiver
Added Yes/no modal screen (for future tx warnings)
This commit is contained in:
parent
c2fbc0c8d5
commit
02f0271553
34 changed files with 944 additions and 42 deletions
|
@ -97,22 +97,22 @@ static constexpr Bitmap bitmap_keyboard {
|
|||
};
|
||||
|
||||
static constexpr uint8_t bitmap_unistroke_data[] = {
|
||||
0x33, 0xC0,
|
||||
0x33, 0x00,
|
||||
0xB3, 0xCD,
|
||||
0xB3, 0xDF,
|
||||
0xB3, 0xD9,
|
||||
0xB3, 0xD9,
|
||||
0x9E, 0xD9,
|
||||
0x00, 0x00,
|
||||
0x00, 0x00,
|
||||
0x22, 0x00,
|
||||
0x22, 0x00,
|
||||
0x22, 0x00,
|
||||
0x22, 0x00,
|
||||
0x22, 0x00,
|
||||
0x22, 0x00,
|
||||
0xA2, 0x73,
|
||||
0xA2, 0x24,
|
||||
0xA2, 0x24,
|
||||
0xA2, 0x24,
|
||||
0xA2, 0x24,
|
||||
0x9C, 0x74,
|
||||
0x00, 0x00,
|
||||
0x00, 0x00,
|
||||
0x00, 0x1C,
|
||||
0x06, 0x3E,
|
||||
0x06, 0x67,
|
||||
0xCE, 0x43,
|
||||
0xFC, 0x01,
|
||||
0x78, 0x40,
|
||||
0x00, 0x00
|
||||
};
|
||||
|
||||
static constexpr Bitmap bitmap_unistroke {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue