From 2654ccc9d8a855b4f5760b3e8e62dc3bd4051322 Mon Sep 17 00:00:00 2001 From: fvanroie Date: Wed, 23 Nov 2022 20:56:21 +0100 Subject: [PATCH] Don't set calibration for capacitive touch panels --- src/drv/touch/touch_driver_lovyangfx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drv/touch/touch_driver_lovyangfx.h b/src/drv/touch/touch_driver_lovyangfx.h index 9e3123ba..bbc22b1a 100644 --- a/src/drv/touch/touch_driver_lovyangfx.h +++ b/src/drv/touch/touch_driver_lovyangfx.h @@ -81,8 +81,8 @@ class TouchLovyanGfx : public BaseTouch { set_calibration(calData); delay(500); } - } #endif + } }; } // namespace dev