mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-10 16:13:21 -04:00
Replay of IQ files ! :D
Added icons and colors for commonly used files in Fileman Fileman can filter by file extension Bugfix: Fileman doesn't crash anymore on renaming long file names Updated binary
This commit is contained in:
parent
3221992ad1
commit
b38adf3769
23 changed files with 403 additions and 445 deletions
|
@ -367,6 +367,28 @@ static constexpr Bitmap bitmap_record {
|
|||
{ 16, 16 }, bitmap_record_data
|
||||
};
|
||||
|
||||
static constexpr uint8_t bitmap_icon_file_text_data[] = {
|
||||
0x00, 0x20,
|
||||
0x00, 0x30,
|
||||
0x00, 0x38,
|
||||
0x00, 0x38,
|
||||
0x00, 0x34,
|
||||
0x00, 0x32,
|
||||
0x00, 0x31,
|
||||
0x80, 0x30,
|
||||
0xC0, 0x30,
|
||||
0xE0, 0x3F,
|
||||
0x30, 0x30,
|
||||
0x18, 0x30,
|
||||
0x0C, 0x30,
|
||||
0x0E, 0x78,
|
||||
0x1F, 0xFC,
|
||||
0x00, 0x00,
|
||||
};
|
||||
static constexpr Bitmap bitmap_icon_file_text {
|
||||
{ 16, 16 }, bitmap_icon_file_text_data
|
||||
};
|
||||
|
||||
static constexpr uint8_t bitmap_icon_ais_data[] = {
|
||||
0x00, 0x01,
|
||||
0x80, 0x01,
|
||||
|
@ -449,6 +471,28 @@ static constexpr Bitmap bitmap_icon_nuoptix {
|
|||
{ 16, 16 }, bitmap_icon_nuoptix_data
|
||||
};
|
||||
|
||||
static constexpr uint8_t bitmap_icon_file_iq_data[] = {
|
||||
0x98, 0x00,
|
||||
0x24, 0x06,
|
||||
0xA4, 0x08,
|
||||
0x34, 0x10,
|
||||
0xB8, 0x20,
|
||||
0x20, 0x20,
|
||||
0x80, 0x00,
|
||||
0xD5, 0x55,
|
||||
0x80, 0x00,
|
||||
0x02, 0x70,
|
||||
0x82, 0x20,
|
||||
0x04, 0x20,
|
||||
0x88, 0x20,
|
||||
0x30, 0x70,
|
||||
0x80, 0x00,
|
||||
0x00, 0x00,
|
||||
};
|
||||
static constexpr Bitmap bitmap_icon_file_iq {
|
||||
{ 16, 16 }, bitmap_icon_file_iq_data
|
||||
};
|
||||
|
||||
static constexpr uint8_t bitmap_icon_closecall_data[] = {
|
||||
0x00, 0x00,
|
||||
0x00, 0x10,
|
||||
|
@ -1751,6 +1795,28 @@ static constexpr Bitmap bitmap_bulb_off {
|
|||
{ 24, 24 }, bitmap_bulb_off_data
|
||||
};
|
||||
|
||||
static constexpr uint8_t bitmap_icon_file_image_data[] = {
|
||||
0x00, 0x00,
|
||||
0xFF, 0xFF,
|
||||
0x01, 0x80,
|
||||
0x01, 0x80,
|
||||
0x89, 0x80,
|
||||
0xC1, 0x81,
|
||||
0xE1, 0xA3,
|
||||
0xB1, 0xB3,
|
||||
0x89, 0xDC,
|
||||
0x07, 0x8C,
|
||||
0x01, 0x90,
|
||||
0x01, 0x80,
|
||||
0xAB, 0x82,
|
||||
0xFF, 0xD5,
|
||||
0xFF, 0xFF,
|
||||
0x00, 0x00,
|
||||
};
|
||||
static constexpr Bitmap bitmap_icon_file_image {
|
||||
{ 16, 16 }, bitmap_icon_file_image_data
|
||||
};
|
||||
|
||||
|
||||
} /* namespace ui */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue