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:
jacqueline
2023-05-24 13:30:05 +10:00
parent 3b371cfc54
commit 65833649f4
10 changed files with 83 additions and 40 deletions
+1 -1
View File
@@ -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);
}
}