mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-24 14:50:43 -04:00
Added file manager
This commit is contained in:
parent
8e560ef68a
commit
37ce81383d
9 changed files with 567 additions and 26 deletions
|
@ -727,28 +727,6 @@ static constexpr Bitmap bitmap_icon_setup {
|
|||
{ 16, 16 }, bitmap_icon_setup_data
|
||||
};
|
||||
|
||||
static constexpr uint8_t bitmap_target_data[] = {
|
||||
0x80, 0x00,
|
||||
0x80, 0x00,
|
||||
0xE0, 0x03,
|
||||
0x90, 0x04,
|
||||
0x88, 0x08,
|
||||
0x04, 0x10,
|
||||
0x04, 0x10,
|
||||
0x1F, 0x7C,
|
||||
0x04, 0x10,
|
||||
0x04, 0x10,
|
||||
0x88, 0x08,
|
||||
0x90, 0x04,
|
||||
0xE0, 0x03,
|
||||
0x80, 0x00,
|
||||
0x80, 0x00,
|
||||
0x00, 0x00,
|
||||
};
|
||||
static constexpr Bitmap bitmap_target {
|
||||
{ 16, 16 }, bitmap_target_data
|
||||
};
|
||||
|
||||
static constexpr uint8_t bitmap_sig_saw_down_data[] = {
|
||||
0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00,
|
||||
|
@ -1173,6 +1151,28 @@ static constexpr Bitmap bitmap_icon_hackrf {
|
|||
{ 16, 16 }, bitmap_icon_hackrf_data
|
||||
};
|
||||
|
||||
static constexpr uint8_t bitmap_icon_file_data[] = {
|
||||
0xFC, 0x03,
|
||||
0x04, 0x06,
|
||||
0x04, 0x0E,
|
||||
0x04, 0x1E,
|
||||
0x04, 0x3E,
|
||||
0x04, 0x20,
|
||||
0x04, 0x20,
|
||||
0x04, 0x20,
|
||||
0x04, 0x20,
|
||||
0x04, 0x20,
|
||||
0x04, 0x20,
|
||||
0x04, 0x20,
|
||||
0x04, 0x20,
|
||||
0x04, 0x20,
|
||||
0x04, 0x20,
|
||||
0xFC, 0x3F,
|
||||
};
|
||||
static constexpr Bitmap bitmap_icon_file {
|
||||
{ 16, 16 }, bitmap_icon_file_data
|
||||
};
|
||||
|
||||
static constexpr uint8_t bitmap_icon_remote_data[] = {
|
||||
0x20, 0x00,
|
||||
0x20, 0x00,
|
||||
|
@ -1387,6 +1387,28 @@ static constexpr Bitmap bitmap_sig_sine {
|
|||
{ 32, 32 }, bitmap_sig_sine_data
|
||||
};
|
||||
|
||||
static constexpr uint8_t bitmap_icon_dir_data[] = {
|
||||
0x00, 0x00,
|
||||
0xFC, 0x00,
|
||||
0x02, 0x01,
|
||||
0x01, 0x3E,
|
||||
0x01, 0xE0,
|
||||
0x01, 0xA0,
|
||||
0x01, 0xA0,
|
||||
0x01, 0xA0,
|
||||
0x01, 0xA0,
|
||||
0x02, 0x40,
|
||||
0x02, 0x40,
|
||||
0x02, 0x40,
|
||||
0x02, 0x40,
|
||||
0x02, 0x40,
|
||||
0xFC, 0x3F,
|
||||
0x00, 0x00,
|
||||
};
|
||||
static constexpr Bitmap bitmap_icon_dir {
|
||||
{ 16, 16 }, bitmap_icon_dir_data
|
||||
};
|
||||
|
||||
static constexpr uint8_t bitmap_sig_noise_data[] = {
|
||||
0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00,
|
||||
|
@ -1545,6 +1567,28 @@ static constexpr Bitmap bitmap_target_verify {
|
|||
{ 32, 32 }, bitmap_target_verify_data
|
||||
};
|
||||
|
||||
static constexpr uint8_t bitmap_target_data[] = {
|
||||
0x80, 0x00,
|
||||
0x80, 0x00,
|
||||
0xE0, 0x03,
|
||||
0x90, 0x04,
|
||||
0x88, 0x08,
|
||||
0x04, 0x10,
|
||||
0x04, 0x10,
|
||||
0x1F, 0x7C,
|
||||
0x04, 0x10,
|
||||
0x04, 0x10,
|
||||
0x88, 0x08,
|
||||
0x90, 0x04,
|
||||
0xE0, 0x03,
|
||||
0x80, 0x00,
|
||||
0x80, 0x00,
|
||||
0x00, 0x00,
|
||||
};
|
||||
static constexpr Bitmap bitmap_target {
|
||||
{ 16, 16 }, bitmap_target_data
|
||||
};
|
||||
|
||||
static constexpr uint8_t bitmap_icon_audiotx_data[] = {
|
||||
0x00, 0x70,
|
||||
0x00, 0x7F,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue