mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-28 01:05:58 -04:00
Added Bias-T toggle confirmation
Backlight setting save bugfix Updated binary
This commit is contained in:
parent
3193c6ee99
commit
f0c912be2e
13 changed files with 206 additions and 173 deletions
|
@ -104,7 +104,7 @@ static constexpr uint8_t bitmap_stripes_data[] = {
|
|||
0x1F, 0x00, 0xFE,
|
||||
0x0F, 0x00, 0xFF,
|
||||
0x07, 0x80, 0xFF,
|
||||
};
|
||||
};
|
||||
static constexpr Bitmap bitmap_stripes {
|
||||
{ 24, 8 }, bitmap_stripes_data
|
||||
};
|
||||
|
@ -810,44 +810,44 @@ static constexpr Bitmap bitmap_icon_keyfob {
|
|||
};
|
||||
|
||||
static constexpr uint8_t bitmap_icon_biast_off_data[] = {
|
||||
0xFF, 0xFF,
|
||||
0xFF, 0xFF,
|
||||
0x80, 0x01,
|
||||
0x80, 0x01,
|
||||
0x80, 0x01,
|
||||
0x00, 0x00,
|
||||
0x00, 0x00,
|
||||
0x20, 0x04,
|
||||
0x60, 0x06,
|
||||
0xC0, 0x03,
|
||||
0x80, 0x01,
|
||||
0xC0, 0x03,
|
||||
0x60, 0x06,
|
||||
0x20, 0x04,
|
||||
0x00, 0x00,
|
||||
0x00, 0x00,
|
||||
0xFC, 0x3F,
|
||||
0x00, 0x02,
|
||||
0x00, 0x0E,
|
||||
0x00, 0x18,
|
||||
0x00, 0x10,
|
||||
0x88, 0x18,
|
||||
0xD8, 0x0E,
|
||||
0x70, 0x18,
|
||||
0x20, 0x10,
|
||||
0x70, 0x18,
|
||||
0xD8, 0x0E,
|
||||
0x88, 0x18,
|
||||
0x00, 0x10,
|
||||
0x00, 0x18,
|
||||
0x00, 0x0E,
|
||||
};
|
||||
static constexpr Bitmap bitmap_icon_biast_off {
|
||||
{ 16, 16 }, bitmap_icon_biast_off_data
|
||||
};
|
||||
|
||||
static constexpr uint8_t bitmap_icon_biast_on_data[] = {
|
||||
0xFF, 0xFF,
|
||||
0xFF, 0xFF,
|
||||
0x80, 0x01,
|
||||
0x80, 0x03,
|
||||
0x08, 0x06,
|
||||
0x08, 0x04,
|
||||
0x0C, 0x06,
|
||||
0x84, 0x03,
|
||||
0x0E, 0x06,
|
||||
0x3E, 0x04,
|
||||
0x38, 0x06,
|
||||
0x90, 0x03,
|
||||
0x18, 0x06,
|
||||
0x08, 0x04,
|
||||
0x08, 0x06,
|
||||
0x80, 0x03,
|
||||
0x00, 0x00,
|
||||
0xFE, 0x7F,
|
||||
0x00, 0x02,
|
||||
0x00, 0x0E,
|
||||
0x20, 0x18,
|
||||
0x20, 0x10,
|
||||
0x30, 0x18,
|
||||
0x10, 0x0E,
|
||||
0x38, 0x18,
|
||||
0xF8, 0x10,
|
||||
0xE0, 0x18,
|
||||
0x40, 0x0E,
|
||||
0x60, 0x18,
|
||||
0x20, 0x10,
|
||||
0x20, 0x18,
|
||||
0x00, 0x0E,
|
||||
};
|
||||
static constexpr Bitmap bitmap_icon_biast_on {
|
||||
{ 16, 16 }, bitmap_icon_biast_on_data
|
||||
|
@ -1048,7 +1048,7 @@ static constexpr uint8_t bitmap_rssipwm_data[] = {
|
|||
0x21, 0x12, 0x12,
|
||||
0x21, 0x12, 0x12,
|
||||
0xE1, 0xF3, 0x73,
|
||||
};
|
||||
};
|
||||
static constexpr Bitmap bitmap_rssipwm {
|
||||
{ 24, 16 }, bitmap_rssipwm_data
|
||||
};
|
||||
|
@ -1100,22 +1100,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue