Merge develop into main (#381)

Various fixes and improvements
This commit is contained in:
Ken Van Hoeylandt
2025-10-22 23:15:33 +02:00
committed by GitHub
parent 9c5a427a34
commit e9384e0c11
8 changed files with 24 additions and 8 deletions
@@ -29,6 +29,7 @@ class DevelopmentApp final : public App {
Timer timer = Timer(Timer::Type::Periodic, [this] {
auto lock = lvgl::getSyncLock()->asScopedLock();
// TODO: There's a crash when this is called when the app is being destroyed
if (lock.lock(lvgl::defaultLockTime) && lvgl::isStarted()) {
updateViewState();
}