mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-27 08:46:01 -04:00
Added LGE app, nothing to see here
Update button in signal gen now works for shape change
This commit is contained in:
parent
e7c0fa394b
commit
162cb4c9fa
16 changed files with 376 additions and 1709 deletions
|
@ -471,6 +471,28 @@ static constexpr Bitmap bitmap_icon_nuoptix {
|
|||
{ 16, 16 }, bitmap_icon_nuoptix_data
|
||||
};
|
||||
|
||||
static constexpr uint8_t bitmap_icon_lge_data[] = {
|
||||
0x00, 0x00,
|
||||
0x80, 0x00,
|
||||
0xA4, 0x12,
|
||||
0xA8, 0x0A,
|
||||
0xD0, 0x05,
|
||||
0xEC, 0x1B,
|
||||
0xF0, 0x07,
|
||||
0xFE, 0xFF,
|
||||
0xF0, 0x07,
|
||||
0xEC, 0x1B,
|
||||
0xD0, 0x05,
|
||||
0xA8, 0x0A,
|
||||
0xA4, 0x12,
|
||||
0x80, 0x00,
|
||||
0x00, 0x00,
|
||||
0x00, 0x00,
|
||||
};
|
||||
static constexpr Bitmap bitmap_icon_lge {
|
||||
{ 16, 16 }, bitmap_icon_lge_data
|
||||
};
|
||||
|
||||
static constexpr uint8_t bitmap_icon_file_iq_data[] = {
|
||||
0x98, 0x00,
|
||||
0x24, 0x06,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue