Added tabs to BHT TX and Jammer

Updated firmware binary
This commit is contained in:
furrtek 2017-08-12 00:27:05 +01:00
commit e5fef6bb89
25 changed files with 751 additions and 646 deletions

View file

@ -551,6 +551,28 @@ static constexpr Bitmap bitmap_more {
{ 8, 8 }, bitmap_more_data
};
static constexpr uint8_t bitmap_icon_transmit_data[] = {
0xC0, 0x10,
0x00, 0x21,
0x1C, 0x22,
0x63, 0x42,
0x5D, 0x44,
0xA2, 0x44,
0xAA, 0x44,
0xAA, 0x44,
0x5D, 0x44,
0x6B, 0x42,
0x1C, 0x22,
0x1C, 0x21,
0xDD, 0x10,
0x3E, 0x08,
0x2A, 0x04,
0x2A, 0x03,
};
static constexpr Bitmap bitmap_icon_transmit {
{ 16, 16 }, bitmap_icon_transmit_data
};
static constexpr uint8_t bitmap_icon_freqman_data[] = {
0x00, 0x00,
0x0E, 0x00,
@ -1034,22 +1056,22 @@ static constexpr uint8_t bitmap_tab_edge_data[] = {
0x03,
0x07,
0x07,
0x07,
0x0F,
0x0F,
0x0F,
0x1F,
0x1F,
0x1F,
0x1F,
0x3F,
0x3F,
0x3F,
0x7F,
0x7F,
0x7F,
0xFF,
0xFF,
0x07,
0x0F,
0x0F,
0x0F,
0x1F,
0x1F,
0x1F,
0x1F,
0x3F,
0x3F,
0x3F,
0x7F,
0x7F,
0x7F,
0xFF,
0xFF,
};
static constexpr Bitmap bitmap_tab_edge {
{ 8, 24 }, bitmap_tab_edge_data