Added keyfob UI and debug functions

Fixed hex display truncated to 32 bits instead of 64
Updated binary
This commit is contained in:
furrtek 2017-10-14 16:30:49 +01:00
parent 04c5b4d607
commit 40a71d32a2
12 changed files with 470 additions and 32 deletions

View file

@ -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,