SystemTask: Move lcd to DisplayApp

SystemTask should never write to the lcd
This commit is contained in:
Riku Isokoski
2023-02-25 10:05:32 +02:00
parent 6f942e20ed
commit eccea5ab9f
4 changed files with 3 additions and 8 deletions

View File

@@ -128,7 +128,6 @@ Pinetime::Applications::DisplayApp displayApp(lcd,
fs);
Pinetime::System::SystemTask systemTask(spi,
lcd,
spiNorFlash,
twiMaster,
touchPanel,