mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-14 02:07:55 +00:00
Added LGE app, nothing to see here
Update button in signal gen now works for shape change
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user