This commit is contained in:
Erwin Ried 2020-05-11 16:59:48 +02:00
parent 15a6bc17b5
commit b5da065bbd
5 changed files with 46 additions and 46 deletions

View File

@ -406,21 +406,21 @@ static constexpr Bitmap bitmap_icon_codetx {
}; };
static constexpr uint8_t bitmap_icon_cwgen_data[] = { static constexpr uint8_t bitmap_icon_cwgen_data[] = {
0x00, 0x00, 0x18, 0x00,
0x00, 0x00, 0x24, 0x00,
0xC0, 0xC0, 0x42, 0x00,
0xE0, 0xE1, 0x42, 0x00,
0x20, 0x21, 0x42, 0x00,
0x21, 0x21, 0x42, 0x00,
0x21, 0x21, 0x81, 0x00,
0x33, 0x33, 0xAB, 0x6A,
0x33, 0x33, 0x80, 0x40,
0x12, 0x12, 0x00, 0x21,
0x12, 0x12, 0x00, 0x21,
0x12, 0x12, 0x00, 0x21,
0x1E, 0x1E, 0x00, 0x21,
0x0C, 0x0C, 0x00, 0x12,
0x00, 0x00, 0x00, 0x0C,
0x00, 0x00, 0x00, 0x00,
}; };
static constexpr Bitmap bitmap_icon_cwgen { 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[] = { static constexpr uint8_t bitmap_icon_gps_sim_data[] = {
0xE0, 0x07, 0xC0, 0x07,
0xF0, 0x0F, 0xE0, 0x0F,
0x38, 0x1F, 0x70, 0x1F,
0x3C, 0x3E, 0x78, 0x3E,
0x3C, 0x3C, 0x78, 0x3C,
0x3C, 0x38, 0x78, 0x38,
0x3C, 0x30, 0x78, 0x30,
0x3C, 0x38, 0x78, 0x38,
0x3C, 0x3C, 0x78, 0x3C,
0x38, 0x1E, 0x70, 0x1E,
0x38, 0x1F, 0x70, 0x1F,
0xF0, 0x0F, 0xE0, 0x0F,
0xE0, 0x07, 0xC0, 0x07,
0xE0, 0x07, 0x80, 0x03,
0xC0, 0x03, 0x20, 0x09,
0x80, 0x01, 0x50, 0x14,
}; };
static constexpr Bitmap bitmap_icon_gps_sim { static constexpr Bitmap bitmap_icon_gps_sim {
{ 16, 16 }, bitmap_icon_gps_sim_data { 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[] = { static constexpr uint8_t bitmap_icon_microphone_data[] = {
0xC0, 0x03, 0xC0, 0x03,
0xA0, 0x06,
0x60, 0x05,
0xE0, 0x07, 0xE0, 0x07,
0xEC, 0x37, 0xE0, 0x07,
0xEC, 0x37, 0xE0, 0x07,
0xE8, 0x17,
0xE8, 0x17,
0xE8, 0x17, 0xE8, 0x17,
0xE8, 0x17, 0xE8, 0x17,
0xE8, 0x17, 0xE8, 0x17,
@ -817,7 +817,7 @@ static constexpr uint8_t bitmap_icon_microphone_data[] = {
0xC0, 0x03, 0xC0, 0x03,
0x80, 0x01, 0x80, 0x01,
0x80, 0x01, 0x80, 0x01,
0xC0, 0x03, 0xE0, 0x07,
}; };
static constexpr Bitmap bitmap_icon_microphone { static constexpr Bitmap bitmap_icon_microphone {
{ 16, 16 }, bitmap_icon_microphone_data { 16, 16 }, bitmap_icon_microphone_data
@ -1027,16 +1027,16 @@ static constexpr uint8_t bitmap_icon_remote_data[] = {
0x20, 0x00, 0x20, 0x00,
0x20, 0x00, 0x20, 0x00,
0xE0, 0x07, 0xE0, 0x07,
0x10, 0x08, 0xF0, 0x0F,
0xD0, 0x0B, 0x30, 0x0C,
0xD0, 0x0B, 0x30, 0x0C,
0x10, 0x08, 0xF0, 0x0F,
0x10, 0x08, 0xF0, 0x0F,
0x90, 0x0A, 0x70, 0x0D,
0x50, 0x09, 0xB0, 0x0E,
0x90, 0x0A, 0x70, 0x0D,
0x50, 0x09, 0xB0, 0x0E,
0x10, 0x08, 0xF0, 0x0F,
0xE0, 0x07, 0xE0, 0x07,
}; };
static constexpr Bitmap bitmap_icon_remote { static constexpr Bitmap bitmap_icon_remote {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 124 B

After

Width:  |  Height:  |  Size: 147 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 174 B

After

Width:  |  Height:  |  Size: 180 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 138 B

After

Width:  |  Height:  |  Size: 162 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 147 B

After

Width:  |  Height:  |  Size: 147 B