mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-26 08:16:02 -04:00
Added keyfob UI and debug functions
Fixed hex display truncated to 32 bits instead of 64 Updated binary
This commit is contained in:
parent
04c5b4d607
commit
40a71d32a2
12 changed files with 470 additions and 32 deletions
|
@ -809,6 +809,28 @@ static constexpr Bitmap bitmap_icon_rds {
|
|||
{ 16, 16 }, bitmap_icon_rds_data
|
||||
};
|
||||
|
||||
static constexpr uint8_t bitmap_icon_keyfob_data[] = {
|
||||
0x30, 0x00,
|
||||
0x30, 0x00,
|
||||
0x30, 0x00,
|
||||
0x30, 0x00,
|
||||
0x30, 0x00,
|
||||
0x30, 0x00,
|
||||
0xFC, 0x00,
|
||||
0xCE, 0x01,
|
||||
0x86, 0x01,
|
||||
0xFE, 0x01,
|
||||
0x86, 0x31,
|
||||
0x86, 0x49,
|
||||
0xCE, 0x87,
|
||||
0xFC, 0x84,
|
||||
0xFC, 0x4B,
|
||||
0x78, 0x30,
|
||||
};
|
||||
static constexpr Bitmap bitmap_icon_keyfob {
|
||||
{ 16, 16 }, bitmap_icon_keyfob_data
|
||||
};
|
||||
|
||||
static constexpr uint8_t bitmap_icon_nordic_data[] = {
|
||||
0x00, 0x00,
|
||||
0x18, 0x18,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue