mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-19 13:32:34 +00:00
Refactor freqman_db parsing (#1244)
* WIP freqman changes/memory perf/stash * Split ui tone_key function out for testing. * Add more tests and fix bugs. * Use default max_entries in recond * Set limit back to 90 for now
This commit is contained in:
@@ -575,10 +575,10 @@ class ImageOptionsField : public Widget {
|
||||
std::function<void(void)> on_show_options{};
|
||||
|
||||
ImageOptionsField(
|
||||
const Rect parent_rect,
|
||||
const Color foreground,
|
||||
const Color background,
|
||||
const options_t options);
|
||||
Rect parent_rect,
|
||||
Color foreground,
|
||||
Color background,
|
||||
options_t options);
|
||||
|
||||
ImageOptionsField()
|
||||
: ImageOptionsField{{}, Color::white(), Color::black(), {}} {
|
||||
|
Reference in New Issue
Block a user