mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-23 23:11:28 -04:00
Added utilities > Frequency manager + load/save
This commit is contained in:
parent
ad2a4b6743
commit
7df5987b3b
21 changed files with 526 additions and 219 deletions
|
@ -76,26 +76,18 @@ static constexpr Bitmap bitmap_speaker {
|
|||
};
|
||||
|
||||
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
|
||||
0x18,
|
||||
0x18,
|
||||
0x18,
|
||||
0x18,
|
||||
0xFF,
|
||||
0x7E,
|
||||
0x3C,
|
||||
0x18,
|
||||
};
|
||||
|
||||
static constexpr Bitmap bitmap_more {
|
||||
{ 16, 16 }, bitmap_more_data
|
||||
{ 8, 8 }, bitmap_more_data
|
||||
};
|
||||
|
||||
static constexpr uint8_t bitmap_rssipwm_data[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue