diff options
| author | Riku Isokoski <riksu9000@gmail.com> | 2023-02-25 10:05:32 +0200 |
|---|---|---|
| committer | Riku Isokoski <riksu9000@gmail.com> | 2023-02-25 16:58:31 +0200 |
| commit | eccea5ab9f43eea3c3ac6dbfb7e03dd81578191c (patch) | |
| tree | 24e403b0fa40f1e76257f5b2882cc94e72e2e49a /src/main.cpp | |
| parent | 6f942e20ed5881e0b520f4c4f0f1fd2ffb4a3a2b (diff) | |
SystemTask: Move lcd to DisplayApp
SystemTask should never write to the lcd
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 9611d26c..36fb49c4 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -128,7 +128,6 @@ Pinetime::Applications::DisplayApp displayApp(lcd, fs); Pinetime::System::SystemTask systemTask(spi, - lcd, spiNorFlash, twiMaster, touchPanel, |
