mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-22 14:31:10 -04:00
Icon for the peripherals
This commit is contained in:
parent
9446e64784
commit
8a6e04fc0b
2 changed files with 22 additions and 0 deletions
|
@ -1109,6 +1109,28 @@ static constexpr Bitmap bitmap_icon_peripherals {
|
|||
{ 16, 16 }, bitmap_icon_peripherals_data
|
||||
};
|
||||
|
||||
static constexpr uint8_t bitmap_icon_peripherals_details_data[] = {
|
||||
0x54, 0x01,
|
||||
0x54, 0x01,
|
||||
0xFF, 0x07,
|
||||
0xFC, 0x01,
|
||||
0x3F, 0x00,
|
||||
0xBC, 0x3F,
|
||||
0xBF, 0x60,
|
||||
0xBC, 0xEE,
|
||||
0xBF, 0x80,
|
||||
0x94, 0xBE,
|
||||
0x94, 0x80,
|
||||
0x80, 0xBE,
|
||||
0x80, 0x80,
|
||||
0x80, 0xBE,
|
||||
0x80, 0x80,
|
||||
0x80, 0xFF,
|
||||
};
|
||||
static constexpr Bitmap bitmap_icon_peripherals_details {
|
||||
{ 16, 16 }, bitmap_icon_peripherals_details_data
|
||||
};
|
||||
|
||||
static constexpr uint8_t bitmap_icon_pocsag_data[] = {
|
||||
0x00, 0x00,
|
||||
0x00, 0x00,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue