mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-12 17:13:00 -04:00
Scrollable menuview
This commit is contained in:
parent
b4afdad7e6
commit
94b27ec45c
6 changed files with 139 additions and 62 deletions
|
@ -27,24 +27,28 @@
|
|||
|
||||
namespace ui {
|
||||
|
||||
/*
|
||||
00000000 00000000 00000000
|
||||
11110001 11100111 10111110
|
||||
10001010 00001000 00001000
|
||||
10001010 00001000 00001000
|
||||
11110001 11000111 00001000
|
||||
10010000 00100000 10001000
|
||||
10001000 00100000 10001000
|
||||
10001011 11001111 00111110
|
||||
00000000 00000000 00000000
|
||||
11111100 01111000 01111000
|
||||
10000100 01001000 01001000
|
||||
10000100 01001000 01001000
|
||||
10000100 01001000 01001000
|
||||
10000100 01001000 01001000
|
||||
10000100 01001000 01001000
|
||||
10000111 11001111 11001110
|
||||
*/
|
||||
static constexpr uint8_t bitmap_more_data[] = {
|
||||
0x00, 0x00,
|
||||
0xC0, 0x03,
|
||||
0xC0, 0x03,
|
||||
0xC0, 0x03,
|
||||
0xC0, 0x03,
|
||||
0xC0, 0x03,
|
||||
0xC0, 0x03,
|
||||
0xC0, 0x03,
|
||||
0xC6, 0x63,
|
||||
0xCF, 0xF3,
|
||||
0xDE, 0x7B,
|
||||
0xFC, 0x3F,
|
||||
0xF8, 0x1F,
|
||||
0xF0, 0x0F,
|
||||
0xE0, 0x07,
|
||||
0xC0, 0x03
|
||||
};
|
||||
|
||||
static constexpr Bitmap bitmap_more {
|
||||
{ 16, 16 }, bitmap_more_data
|
||||
};
|
||||
|
||||
static constexpr uint8_t bitmap_rssipwm_data[] = {
|
||||
0x00, 0x00, 0x00,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue