stop the perf blinking

This commit is contained in:
Green Sky
2025-08-01 17:49:57 +02:00
parent d63ae90332
commit 97e3e8451e
2 changed files with 6 additions and 1 deletions

View File

@@ -147,6 +147,7 @@ struct MainScreen final : public Screen {
float _min_tick_interval {0.f};
bool _compute_lower_limit_hit {false};
bool _compute_lower_limit_hit_rendered {false};
float nextRender(void) override { return _render_interval; }
float nextTick(void) override { return _min_tick_interval; }