diff --git a/firmware/application/bitmap.hpp b/firmware/application/bitmap.hpp index 33b68b11..bcf6d778 100644 --- a/firmware/application/bitmap.hpp +++ b/firmware/application/bitmap.hpp @@ -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, diff --git a/firmware/graphics/icon_peripherals_details.png b/firmware/graphics/icon_peripherals_details.png new file mode 100644 index 00000000..a31738fb Binary files /dev/null and b/firmware/graphics/icon_peripherals_details.png differ