This commit is contained in:
Josh 2023-10-14 23:54:27 -04:00
parent a486fa202c
commit 388023c69b

View File

@ -19,8 +19,7 @@ static void event_handler(lv_obj_t * obj, lv_event_t event) {
Clock* screen = static_cast<Clock *>(obj->user_data); Clock* screen = static_cast<Clock *>(obj->user_data);
screen->OnObjectEvent(obj, event); screen->OnObjectEvent(obj, event);
} }
WatchFaceDigital::WatchFaceWordClock(DisplayApp* app,
Clock::Clock(DisplayApp* app,
Controllers::DateTime& dateTimeController, Controllers::DateTime& dateTimeController,
Controllers::Battery& batteryController, Controllers::Battery& batteryController,
Controllers::Ble& bleController, Controllers::Ble& bleController,