LittleVgl: Remove unused Cst816S reference

This commit is contained in:
Riku Isokoski
2023-02-23 23:33:09 +02:00
parent 05f404950a
commit 0d494136c9
4 changed files with 4 additions and 8 deletions

View File

@@ -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};