Added LGE app, nothing to see here

Update button in signal gen now works for shape change
This commit is contained in:
furrtek 2019-02-06 17:34:53 +00:00
parent e7c0fa394b
commit 162cb4c9fa
16 changed files with 376 additions and 1709 deletions

View file

@ -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,