mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-08 07:49:04 +00:00
Finished jammer modes
Shaved off a few kBs by using the Labels widget
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user