Icon for the peripherals

This commit is contained in:
eried 2020-06-05 23:58:04 +02:00
parent 9446e64784
commit 8a6e04fc0b
2 changed files with 22 additions and 0 deletions

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 174 B