mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-01 13:04:43 -04:00
Finished jammer modes
Shaved off a few kBs by using the Labels widget
This commit is contained in:
parent
d12cd0d8af
commit
4e8980e5d8
26 changed files with 232 additions and 304 deletions
|
@ -47,18 +47,15 @@ private:
|
|||
|
||||
void update_result();
|
||||
|
||||
Text text_frequency {
|
||||
{ 2 * 8, 2 * 16, 10 * 16, 16 },
|
||||
"Frequency:"
|
||||
Labels labels {
|
||||
{ { 2 * 8, 2 * 16 }, "Frequency:", Color::light_grey() },
|
||||
{ { 2 * 8, 3 * 16 }, "Type:", Color::light_grey() }
|
||||
};
|
||||
|
||||
FrequencyField field_frequency {
|
||||
{ 13 * 8, 2 * 16 },
|
||||
};
|
||||
|
||||
Text text_type {
|
||||
{ 2 * 8, 3 * 16, 5 * 16, 16 },
|
||||
"Type:"
|
||||
};
|
||||
|
||||
OptionsField options_type {
|
||||
{ 8 * 8, 3 * 16 },
|
||||
12,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue