From 0d494136c982c3e00026b247935266d557027bb0 Mon Sep 17 00:00:00 2001 From: Riku Isokoski Date: Thu, 23 Feb 2023 23:33:09 +0200 Subject: LittleVgl: Remove unused Cst816S reference --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index b205f1e6..95708531 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -87,7 +87,7 @@ Pinetime::Drivers::Cst816S touchPanel {twiMaster, touchPanelTwiAddress}; #include "displayapp/LittleVgl.h" #include "displayapp/DisplayApp.h" #endif -Pinetime::Components::LittleVgl lvgl {lcd, touchPanel}; +Pinetime::Components::LittleVgl lvgl {lcd}; Pinetime::Drivers::Bma421 motionSensor {twiMaster, motionSensorTwiAddress}; Pinetime::Drivers::Hrs3300 heartRateSensor {twiMaster, heartRateSensorTwiAddress}; -- cgit v1.2.3-70-g09d2