Notepad menu (#1072)

* WIP notepad menu
This commit is contained in:
Kyle Reed 2023-05-26 01:02:17 -07:00 committed by GitHub
parent 53fcdedb88
commit 00667cecf9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 472 additions and 192 deletions

View file

@ -2714,38 +2714,38 @@ static constexpr Bitmap bitmap_icon_remote{
bitmap_icon_remote_data};
static constexpr uint8_t bitmap_icon_save_data[] = {
0x00,
0x01,
0x00,
0x01,
0x00,
0x01,
0x00,
0x01,
0x4E,
0x05,
0x91,
0x03,
0x3F,
0x19,
0x01,
0xFC,
0x07,
0x0A,
0x0A,
0x0A,
0x12,
0xF2,
0x21,
0x02,
0x20,
0xF9,
0xFF,
0xF9,
0xFF,
0xFD,
0x7F,
0xFD,
0x7F,
0xFF,
0x3F,
0xFF,
0x3F,
0xFF,
0x1F,
0xFF,
0x02,
0x20,
0x02,
0x20,
0x02,
0x20,
0xFA,
0x27,
0xFA,
0x2F,
0x0A,
0x28,
0xFA,
0x2F,
0x0A,
0x28,
0xFA,
0x2F,
0xFC,
0x1F,
0x00,
0x00,
};
static constexpr Bitmap bitmap_icon_save{
{16, 16},