mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
Icon for the peripherals
This commit is contained in:
parent
9446e64784
commit
8a6e04fc0b
@ -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,
|
||||
|
BIN
firmware/graphics/icon_peripherals_details.png
Normal file
BIN
firmware/graphics/icon_peripherals_details.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 174 B |
Loading…
Reference in New Issue
Block a user