Add some placeholder splash and menu screens
Includes a bunch of misc display fixes. Most significantly, our lvgl tickers was busted.
This commit is contained in:
+1
-1
@@ -19,6 +19,6 @@ extern "C" void app_main(void) {
|
||||
|
||||
auto& queue = events::EventQueue::GetInstance();
|
||||
while (1) {
|
||||
queue.Service(portMAX_DELAY);
|
||||
queue.ServiceSystem(portMAX_DELAY);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user