mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-26 08:16:02 -04:00
Added bias-T status icon
Merged radio settings in one screen
This commit is contained in:
parent
8b9ecda1a0
commit
3193c6ee99
152 changed files with 487 additions and 803 deletions
|
@ -95,28 +95,6 @@ static constexpr Bitmap bitmap_sd_card_error {
|
|||
{ 16, 16 }, bitmap_sd_card_error_data
|
||||
};
|
||||
|
||||
static constexpr uint8_t bitmap_icon_unistroke_data[] = {
|
||||
0x33, 0xC0,
|
||||
0x33, 0x00,
|
||||
0xB3, 0xCD,
|
||||
0xB3, 0xDF,
|
||||
0xB3, 0xD9,
|
||||
0xB3, 0xD9,
|
||||
0x9E, 0xD9,
|
||||
0x00, 0x00,
|
||||
0x00, 0x00,
|
||||
0x0C, 0x1C,
|
||||
0x06, 0x3E,
|
||||
0x06, 0x67,
|
||||
0xCE, 0x43,
|
||||
0xFC, 0x01,
|
||||
0x78, 0x40,
|
||||
0x00, 0x00,
|
||||
};
|
||||
static constexpr Bitmap bitmap_icon_unistroke {
|
||||
{ 16, 16 }, bitmap_icon_unistroke_data
|
||||
};
|
||||
|
||||
static constexpr uint8_t bitmap_stripes_data[] = {
|
||||
0xFF, 0x03, 0xC0,
|
||||
0xFF, 0x01, 0xE0,
|
||||
|
@ -639,28 +617,6 @@ static constexpr Bitmap bitmap_icon_freqman {
|
|||
{ 16, 16 }, bitmap_icon_freqman_data
|
||||
};
|
||||
|
||||
static constexpr uint8_t bitmap_icon_whistle_data[] = {
|
||||
0x00, 0x00,
|
||||
0x60, 0x00,
|
||||
0xFC, 0x01,
|
||||
0xFF, 0x03,
|
||||
0xFF, 0x0F,
|
||||
0xF9, 0x11,
|
||||
0x66, 0x30,
|
||||
0x88, 0x3C,
|
||||
0x10, 0x7F,
|
||||
0x10, 0x7E,
|
||||
0x08, 0x7C,
|
||||
0x08, 0x7C,
|
||||
0x10, 0x3C,
|
||||
0x20, 0x0E,
|
||||
0xC0, 0x03,
|
||||
0x00, 0x00,
|
||||
};
|
||||
static constexpr Bitmap bitmap_icon_whistle {
|
||||
{ 16, 16 }, bitmap_icon_whistle_data
|
||||
};
|
||||
|
||||
static constexpr uint8_t bitmap_sd_card_ok_data[] = {
|
||||
0x00, 0x00,
|
||||
0x00, 0x00,
|
||||
|
@ -705,28 +661,6 @@ static constexpr Bitmap bitmap_icon_microphone {
|
|||
{ 16, 16 }, bitmap_icon_microphone_data
|
||||
};
|
||||
|
||||
static constexpr uint8_t bitmap_icon_numbers_data[] = {
|
||||
0x00, 0x00,
|
||||
0x68, 0x1B,
|
||||
0x48, 0x09,
|
||||
0x48, 0x1A,
|
||||
0x48, 0x5B,
|
||||
0x08, 0x00,
|
||||
0x14, 0x00,
|
||||
0x1C, 0x00,
|
||||
0x14, 0x00,
|
||||
0x14, 0x00,
|
||||
0x1C, 0x00,
|
||||
0x14, 0x00,
|
||||
0x22, 0x00,
|
||||
0x3E, 0x00,
|
||||
0x22, 0x00,
|
||||
0x00, 0x00,
|
||||
};
|
||||
static constexpr Bitmap bitmap_icon_numbers {
|
||||
{ 16, 16 }, bitmap_icon_numbers_data
|
||||
};
|
||||
|
||||
static constexpr uint8_t bitmap_icon_notepad_data[] = {
|
||||
0x0C, 0x00,
|
||||
0x1E, 0x00,
|
||||
|
@ -875,26 +809,48 @@ static constexpr Bitmap bitmap_icon_keyfob {
|
|||
{ 16, 16 }, bitmap_icon_keyfob_data
|
||||
};
|
||||
|
||||
static constexpr uint8_t bitmap_icon_nordic_data[] = {
|
||||
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,
|
||||
0x18, 0x18,
|
||||
0x26, 0x6C,
|
||||
0xC1, 0x8E,
|
||||
0x07, 0x8F,
|
||||
0x1F, 0x8C,
|
||||
0x3F, 0x80,
|
||||
0xFF, 0x80,
|
||||
0xFF, 0x83,
|
||||
0xFF, 0x87,
|
||||
0xEF, 0x9F,
|
||||
0x8F, 0xFF,
|
||||
0x4F, 0xFF,
|
||||
0x2E, 0x7C,
|
||||
0x18, 0x18,
|
||||
0x00, 0x00,
|
||||
};
|
||||
static constexpr Bitmap bitmap_icon_nordic {
|
||||
{ 16, 16 }, bitmap_icon_nordic_data
|
||||
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,
|
||||
};
|
||||
static constexpr Bitmap bitmap_icon_biast_on {
|
||||
{ 16, 16 }, bitmap_icon_biast_on_data
|
||||
};
|
||||
|
||||
static constexpr uint8_t bitmap_icon_previous_data[] = {
|
||||
|
@ -1327,28 +1283,6 @@ static constexpr Bitmap bitmap_icon_ert {
|
|||
{ 16, 16 }, bitmap_icon_ert_data
|
||||
};
|
||||
|
||||
static constexpr uint8_t bitmap_icon_keyboard_data[] = {
|
||||
0x00, 0x00,
|
||||
0x00, 0x00,
|
||||
0x00, 0x00,
|
||||
0xF0, 0x1F,
|
||||
0x18, 0x11,
|
||||
0x18, 0x11,
|
||||
0x18, 0x11,
|
||||
0xFC, 0x7F,
|
||||
0x46, 0x44,
|
||||
0x46, 0x44,
|
||||
0x46, 0x44,
|
||||
0xFE, 0x7F,
|
||||
0xFE, 0x3F,
|
||||
0x00, 0x00,
|
||||
0x00, 0x00,
|
||||
0x00, 0x00,
|
||||
};
|
||||
static constexpr Bitmap bitmap_icon_keyboard {
|
||||
{ 16, 16 }, bitmap_icon_keyboard_data
|
||||
};
|
||||
|
||||
static constexpr uint8_t bitmap_icon_utilities_data[] = {
|
||||
0xC0, 0x03,
|
||||
0x80, 0x0F,
|
||||
|
@ -1677,28 +1611,6 @@ static constexpr Bitmap bitmap_target {
|
|||
{ 16, 16 }, bitmap_target_data
|
||||
};
|
||||
|
||||
static constexpr uint8_t bitmap_icon_audiotx_data[] = {
|
||||
0x00, 0x70,
|
||||
0x00, 0x7F,
|
||||
0xC0, 0x4F,
|
||||
0xC0, 0x60,
|
||||
0x40, 0x5E,
|
||||
0xC0, 0x41,
|
||||
0x40, 0x40,
|
||||
0x40, 0x40,
|
||||
0x40, 0x40,
|
||||
0x40, 0x70,
|
||||
0x70, 0x7C,
|
||||
0x7C, 0x7E,
|
||||
0x7E, 0x3E,
|
||||
0x3E, 0x1C,
|
||||
0x1C, 0x00,
|
||||
0x00, 0x00,
|
||||
};
|
||||
static constexpr Bitmap bitmap_icon_audiotx {
|
||||
{ 16, 16 }, bitmap_icon_audiotx_data
|
||||
};
|
||||
|
||||
static constexpr uint8_t bitmap_icon_sstv_data[] = {
|
||||
0x10, 0x08,
|
||||
0x20, 0x04,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue