diff options
| author | Riku Isokoski <riksu9000@gmail.com> | 2023-02-23 23:33:09 +0200 |
|---|---|---|
| committer | Riku Isokoski <riksu9000@gmail.com> | 2023-02-23 23:43:24 +0200 |
| commit | 0d494136c982c3e00026b247935266d557027bb0 (patch) | |
| tree | 0d8efc57c37147f6f43824c2abef2b18071ed283 /src/main.cpp | |
| parent | 05f404950afeef26393b3e385bdb6d77df423e86 (diff) | |
LittleVgl: Remove unused Cst816S reference
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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}; |
