diff --git a/firmware/application/bitmap.hpp b/firmware/application/bitmap.hpp index 1d62a415..bddc5d3d 100644 --- a/firmware/application/bitmap.hpp +++ b/firmware/application/bitmap.hpp @@ -439,9 +439,9 @@ static constexpr uint8_t bitmap_icon_debug_data[] = { 0xAA, 0x0A, 0x52, 0x01, 0xAA, 0x12, - 0x02, 0x18, + 0x02, 0x08, 0x02, 0xFC, - 0x02, 0x18, + 0x02, 0x08, 0xFE, 0x13, 0x00, 0x00, }; @@ -1008,8 +1008,8 @@ static constexpr uint8_t bitmap_icon_receivers_data[] = { 0x80, 0x01, 0x80, 0x01, 0x80, 0x01, - 0xF8, 0x1F, - 0xF0, 0x0F, + 0x98, 0x19, + 0xB0, 0x0D, 0xE0, 0x07, 0xC0, 0x03, 0x83, 0xC1, @@ -1074,10 +1074,10 @@ static constexpr uint8_t bitmap_icon_scanner_data[] = { 0x00, 0x00, 0x03, 0x01, 0x80, 0x01, - 0xC3, 0x01, + 0xC3, 0x00, 0xE0, 0xFF, 0xEF, 0xFF, - 0xC0, 0x01, + 0xC0, 0x00, 0x83, 0x01, 0x00, 0x01, 0x03, 0x00, @@ -1355,8 +1355,8 @@ static constexpr uint8_t bitmap_icon_transmit_data[] = { 0x80, 0x01, 0xC0, 0x03, 0xE0, 0x07, - 0xF0, 0x0F, - 0xF8, 0x1F, + 0xB0, 0x0D, + 0x98, 0x19, 0x80, 0x01, 0x80, 0x01, 0x80, 0x01, @@ -1396,14 +1396,14 @@ static constexpr Bitmap bitmap_icon_utilities { }; static constexpr uint8_t bitmap_more_data[] = { - 0x18, - 0x18, - 0x18, - 0x18, - 0xFF, - 0x7E, - 0x3C, - 0x18, + 0x20, + 0x00, + 0x20, + 0x00, + 0x20, + 0xA8, + 0x70, + 0x20, }; static constexpr Bitmap bitmap_more { { 8, 8 }, bitmap_more_data @@ -1432,22 +1432,22 @@ static constexpr Bitmap bitmap_play { }; static constexpr uint8_t bitmap_record_data[] = { - 0xE0, 0x07, - 0xF8, 0x1F, - 0xFC, 0x3F, - 0xFE, 0x7F, - 0xFE, 0x7F, - 0xFF, 0xFF, - 0xFF, 0xFF, - 0xFF, 0xFF, - 0xFF, 0xFF, - 0xFF, 0xFF, - 0xFF, 0xFF, - 0xFE, 0x7F, - 0xFE, 0x7F, - 0xFC, 0x3F, - 0xF8, 0x1F, - 0xE0, 0x07, + 0xC0, 0x07, + 0xF0, 0x1F, + 0xF8, 0x3F, + 0xFC, 0x7F, + 0xFC, 0x7F, + 0x66, 0xCC, + 0x56, 0xF7, + 0x66, 0xF6, + 0x56, 0xF7, + 0x56, 0xCC, + 0xFC, 0x7F, + 0xFC, 0x7F, + 0xF8, 0x3F, + 0xF0, 0x1F, + 0xC0, 0x07, + 0x00, 0x00, }; static constexpr Bitmap bitmap_record { { 16, 16 }, bitmap_record_data @@ -1808,21 +1808,21 @@ static constexpr Bitmap bitmap_sig_tri { }; static constexpr uint8_t bitmap_stop_data[] = { - 0x00, 0x00, - 0x00, 0x00, - 0xFC, 0x3F, - 0xFC, 0x3F, - 0xFC, 0x3F, - 0xFC, 0x3F, - 0xFC, 0x3F, - 0xFC, 0x3F, - 0xFC, 0x3F, - 0xFC, 0x3F, - 0xFC, 0x3F, - 0xFC, 0x3F, - 0xFC, 0x3F, - 0xFC, 0x3F, - 0x00, 0x00, + 0xFF, 0xFF, + 0xFF, 0xFF, + 0xFF, 0xFF, + 0xFF, 0xFF, + 0xFF, 0xFF, + 0x8B, 0xCD, + 0xDD, 0xAA, + 0xDB, 0xCA, + 0xDB, 0xEA, + 0xDD, 0xED, + 0xFF, 0xFF, + 0xFF, 0xFF, + 0xFF, 0xFF, + 0xFF, 0xFF, + 0xFF, 0xFF, 0x00, 0x00, }; static constexpr Bitmap bitmap_stop { diff --git a/firmware/graphics/icon_debug.png b/firmware/graphics/icon_debug.png index cddab604..7d5101e4 100644 Binary files a/firmware/graphics/icon_debug.png and b/firmware/graphics/icon_debug.png differ diff --git a/firmware/graphics/icon_receivers.png b/firmware/graphics/icon_receivers.png index 7e6be2f7..6eba70a1 100644 Binary files a/firmware/graphics/icon_receivers.png and b/firmware/graphics/icon_receivers.png differ diff --git a/firmware/graphics/icon_scanner.png b/firmware/graphics/icon_scanner.png index d78bb280..27a253f3 100644 Binary files a/firmware/graphics/icon_scanner.png and b/firmware/graphics/icon_scanner.png differ diff --git a/firmware/graphics/icon_transmit.png b/firmware/graphics/icon_transmit.png index aba3c910..6570b39c 100644 Binary files a/firmware/graphics/icon_transmit.png and b/firmware/graphics/icon_transmit.png differ diff --git a/firmware/graphics/more.png b/firmware/graphics/more.png index 9a96ee75..e16250a9 100644 Binary files a/firmware/graphics/more.png and b/firmware/graphics/more.png differ diff --git a/firmware/graphics/record.png b/firmware/graphics/record.png index 420bc1bd..879d87ae 100644 Binary files a/firmware/graphics/record.png and b/firmware/graphics/record.png differ diff --git a/firmware/graphics/stop.png b/firmware/graphics/stop.png index 1a72cb05..e1f4ccda 100644 Binary files a/firmware/graphics/stop.png and b/firmware/graphics/stop.png differ