diff --git a/firmware/application/bitmap.hpp b/firmware/application/bitmap.hpp index 6ffb0867..1d62a415 100644 --- a/firmware/application/bitmap.hpp +++ b/firmware/application/bitmap.hpp @@ -406,21 +406,21 @@ static constexpr Bitmap bitmap_icon_codetx { }; static constexpr uint8_t bitmap_icon_cwgen_data[] = { - 0x00, 0x00, - 0x00, 0x00, - 0xC0, 0xC0, - 0xE0, 0xE1, - 0x20, 0x21, - 0x21, 0x21, - 0x21, 0x21, - 0x33, 0x33, - 0x33, 0x33, - 0x12, 0x12, - 0x12, 0x12, - 0x12, 0x12, - 0x1E, 0x1E, - 0x0C, 0x0C, - 0x00, 0x00, + 0x18, 0x00, + 0x24, 0x00, + 0x42, 0x00, + 0x42, 0x00, + 0x42, 0x00, + 0x42, 0x00, + 0x81, 0x00, + 0xAB, 0x6A, + 0x80, 0x40, + 0x00, 0x21, + 0x00, 0x21, + 0x00, 0x21, + 0x00, 0x21, + 0x00, 0x12, + 0x00, 0x0C, 0x00, 0x00, }; static constexpr Bitmap bitmap_icon_cwgen { @@ -648,22 +648,22 @@ static constexpr Bitmap bitmap_icon_freqman { }; static constexpr uint8_t bitmap_icon_gps_sim_data[] = { - 0xE0, 0x07, - 0xF0, 0x0F, - 0x38, 0x1F, - 0x3C, 0x3E, - 0x3C, 0x3C, - 0x3C, 0x38, - 0x3C, 0x30, - 0x3C, 0x38, - 0x3C, 0x3C, - 0x38, 0x1E, - 0x38, 0x1F, - 0xF0, 0x0F, - 0xE0, 0x07, - 0xE0, 0x07, - 0xC0, 0x03, - 0x80, 0x01, + 0xC0, 0x07, + 0xE0, 0x0F, + 0x70, 0x1F, + 0x78, 0x3E, + 0x78, 0x3C, + 0x78, 0x38, + 0x78, 0x30, + 0x78, 0x38, + 0x78, 0x3C, + 0x70, 0x1E, + 0x70, 0x1F, + 0xE0, 0x0F, + 0xC0, 0x07, + 0x80, 0x03, + 0x20, 0x09, + 0x50, 0x14, }; static constexpr Bitmap bitmap_icon_gps_sim { { 16, 16 }, bitmap_icon_gps_sim_data @@ -803,11 +803,11 @@ static constexpr Bitmap bitmap_icon_lora { static constexpr uint8_t bitmap_icon_microphone_data[] = { 0xC0, 0x03, - 0xA0, 0x06, - 0x60, 0x05, 0xE0, 0x07, - 0xEC, 0x37, - 0xEC, 0x37, + 0xE0, 0x07, + 0xE0, 0x07, + 0xE8, 0x17, + 0xE8, 0x17, 0xE8, 0x17, 0xE8, 0x17, 0xE8, 0x17, @@ -817,7 +817,7 @@ static constexpr uint8_t bitmap_icon_microphone_data[] = { 0xC0, 0x03, 0x80, 0x01, 0x80, 0x01, - 0xC0, 0x03, + 0xE0, 0x07, }; static constexpr Bitmap bitmap_icon_microphone { { 16, 16 }, bitmap_icon_microphone_data @@ -1027,16 +1027,16 @@ static constexpr uint8_t bitmap_icon_remote_data[] = { 0x20, 0x00, 0x20, 0x00, 0xE0, 0x07, - 0x10, 0x08, - 0xD0, 0x0B, - 0xD0, 0x0B, - 0x10, 0x08, - 0x10, 0x08, - 0x90, 0x0A, - 0x50, 0x09, - 0x90, 0x0A, - 0x50, 0x09, - 0x10, 0x08, + 0xF0, 0x0F, + 0x30, 0x0C, + 0x30, 0x0C, + 0xF0, 0x0F, + 0xF0, 0x0F, + 0x70, 0x0D, + 0xB0, 0x0E, + 0x70, 0x0D, + 0xB0, 0x0E, + 0xF0, 0x0F, 0xE0, 0x07, }; static constexpr Bitmap bitmap_icon_remote { diff --git a/firmware/graphics/icon_cwgen.png b/firmware/graphics/icon_cwgen.png index 9cbaa8d0..2e4a4454 100644 Binary files a/firmware/graphics/icon_cwgen.png and b/firmware/graphics/icon_cwgen.png differ diff --git a/firmware/graphics/icon_gps_sim.png b/firmware/graphics/icon_gps_sim.png index e00466ff..76e1c173 100644 Binary files a/firmware/graphics/icon_gps_sim.png and b/firmware/graphics/icon_gps_sim.png differ diff --git a/firmware/graphics/icon_microphone.png b/firmware/graphics/icon_microphone.png index 9ec6e0f4..f27e58bd 100644 Binary files a/firmware/graphics/icon_microphone.png and b/firmware/graphics/icon_microphone.png differ diff --git a/firmware/graphics/icon_remote.png b/firmware/graphics/icon_remote.png index 24edc327..f71a2314 100644 Binary files a/firmware/graphics/icon_remote.png and b/firmware/graphics/icon_remote.png differ