diff options
| author | jacqueline <me@jacqueline.id.au> | 2023-05-24 13:30:05 +1000 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2023-05-24 13:30:05 +1000 |
| commit | 65833649f4779754e90760c1f0fc81ed220c84d0 (patch) | |
| tree | 7aa4baa722edb7db80055fdeb9e8053766707259 /src/main | |
| parent | 3b371cfc544d4b7c462d0a32d06525ab2b970875 (diff) | |
| download | tangara-fw-65833649f4779754e90760c1f0fc81ed220c84d0.tar.gz | |
Add some placeholder splash and menu screens
Includes a bunch of misc display fixes. Most significantly, our lvgl
tickers was busted.
Diffstat (limited to 'src/main')
| -rw-r--r-- | src/main/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/main.cpp b/src/main/main.cpp index b8dd90c5..ac2f6ed8 100644 --- a/src/main/main.cpp +++ b/src/main/main.cpp @@ -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); } } |
