From 9df0f6e9df8b36d0196f0070c6bed04f8fa2c3a3 Mon Sep 17 00:00:00 2001 From: GullCode Date: Mon, 27 Mar 2023 14:14:53 +0200 Subject: [PATCH] updated bitmap icons for converter --- firmware/application/bitmap.hpp | 66 ++++++++++++++++++++++----------- 1 file changed, 44 insertions(+), 22 deletions(-) diff --git a/firmware/application/bitmap.hpp b/firmware/application/bitmap.hpp index f36b158e7..08d15e001 100644 --- a/firmware/application/bitmap.hpp +++ b/firmware/application/bitmap.hpp @@ -197,6 +197,28 @@ static constexpr Bitmap bitmap_icon_debug { { 16, 16 }, bitmap_icon_debug_data }; +static constexpr uint8_t bitmap_icon_downconvert_data[] = { + 0x00, 0x00, + 0x77, 0x77, + 0x51, 0x51, + 0x33, 0x53, + 0x51, 0x51, + 0x51, 0x77, + 0x00, 0x80, + 0x80, 0x01, + 0x80, 0x01, + 0x80, 0x01, + 0x80, 0x01, + 0xF8, 0x1F, + 0xF0, 0x0F, + 0xE0, 0x07, + 0xC0, 0x03, + 0x80, 0x01, +}; +static constexpr Bitmap bitmap_icon_downconvert { + { 16, 16 }, bitmap_icon_downconvert_data +}; + static constexpr uint8_t bitmap_more_data[] = { 0x10, 0x10, @@ -825,28 +847,6 @@ static constexpr Bitmap bitmap_icon_rename { { 16, 16 }, bitmap_icon_rename_data }; -static constexpr uint8_t bitmap_icon_hamitup_data[] = { - 0x00, 0x00, - 0x00, 0x00, - 0x00, 0x00, - 0x00, 0x00, - 0x00, 0x00, - 0x22, 0x47, - 0x22, 0x49, - 0x22, 0x49, - 0x22, 0x47, - 0x22, 0x01, - 0x22, 0x01, - 0x1C, 0x41, - 0x00, 0x00, - 0x00, 0x00, - 0x00, 0x00, - 0x00, 0x00, -}; -static constexpr Bitmap bitmap_icon_hamitup { - { 16, 16 }, bitmap_icon_hamitup_data -}; - static constexpr uint8_t bitmap_icon_lora_data[] = { 0xC0, 0x03, 0x30, 0x0C, @@ -1023,6 +1023,28 @@ static constexpr Bitmap bitmap_icon_dmr { { 16, 16 }, bitmap_icon_dmr_data }; +static constexpr uint8_t bitmap_icon_upconvert_data[] = { + 0x80, 0x01, + 0xC0, 0x03, + 0xE0, 0x07, + 0xF0, 0x0F, + 0xF8, 0x1F, + 0x80, 0x01, + 0x80, 0x01, + 0x80, 0x01, + 0x80, 0x01, + 0x00, 0x00, + 0x77, 0x77, + 0x51, 0x51, + 0x33, 0x53, + 0x51, 0x51, + 0x51, 0x77, + 0x00, 0x80, +}; +static constexpr Bitmap bitmap_icon_upconvert { + { 16, 16 }, bitmap_icon_upconvert_data +}; + static constexpr uint8_t bitmap_icon_clk_int_data[] = { 0x00, 0x00,