mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-01-09 22:13:37 +00:00
Smaller freq changes with encoder on SubghzD and Weather Station (#2106)
This commit is contained in:
parent
e9c32504d1
commit
8b159f447a
@ -81,7 +81,7 @@ SubGhzDView::SubGhzDView(NavigationView& nav)
|
|||||||
recent.clear();
|
recent.clear();
|
||||||
recent_entries_view.set_dirty();
|
recent_entries_view.set_dirty();
|
||||||
};
|
};
|
||||||
field_frequency.set_step(100000);
|
field_frequency.set_step(10000);
|
||||||
|
|
||||||
const Rect content_rect{0, header_height, screen_width, screen_height - header_height};
|
const Rect content_rect{0, header_height, screen_width, screen_height - header_height};
|
||||||
recent_entries_view.set_parent_rect(content_rect);
|
recent_entries_view.set_parent_rect(content_rect);
|
||||||
|
@ -105,7 +105,7 @@ WeatherView::WeatherView(NavigationView& nav)
|
|||||||
recent.clear();
|
recent.clear();
|
||||||
recent_entries_view.set_dirty();
|
recent_entries_view.set_dirty();
|
||||||
};
|
};
|
||||||
field_frequency.set_step(100000);
|
field_frequency.set_step(10000);
|
||||||
|
|
||||||
options_temperature.on_change = [this](size_t, int32_t i) {
|
options_temperature.on_change = [this](size_t, int32_t i) {
|
||||||
weather_units_fahr = (bool)i;
|
weather_units_fahr = (bool)i;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user