diff --git a/InfiniTime b/InfiniTime index 5ab255b..ce2277c 160000 --- a/InfiniTime +++ b/InfiniTime @@ -1 +1 @@ -Subproject commit 5ab255b26b4f23ca4b6fab2a660f8cf55fcda48b +Subproject commit ce2277cbcac0f28b27c1483fba09921f43d590cd diff --git a/main.cpp b/main.cpp index f4d1fe1..fec0758 100644 --- a/main.cpp +++ b/main.cpp @@ -349,7 +349,6 @@ Pinetime::Controllers::MotorController motorController {}; Pinetime::Controllers::DateTime dateTimeController {settingsController}; Pinetime::Drivers::Watchdog watchdog; -Pinetime::Drivers::WatchdogView watchdogView(watchdog); Pinetime::Controllers::NotificationManager notificationManager; Pinetime::Controllers::MotionController motionController; Pinetime::Controllers::TimerController timerController; @@ -359,12 +358,11 @@ Pinetime::Controllers::ButtonHandler buttonHandler; Pinetime::Controllers::BrightnessController brightnessController {}; Pinetime::Applications::DisplayApp displayApp(lcd, - lvgl, touchPanel, batteryController, bleController, dateTimeController, - watchdogView, + watchdog, notificationManager, heartRateController, settingsController, @@ -377,11 +375,9 @@ Pinetime::Applications::DisplayApp displayApp(lcd, fs); Pinetime::System::SystemTask systemTask(spi, - lcd, spiNorFlash, twiMaster, touchPanel, - lvgl, batteryController, bleController, dateTimeController,