From 1216862aece458ed9300146416015563712c5caf Mon Sep 17 00:00:00 2001 From: Ken Van Hoeylandt Date: Tue, 23 Sep 2025 17:49:59 +0200 Subject: [PATCH] Fix for touch configuration of Waveshare Touch LCD 1.28" --- Boards/WaveshareS3TouchLcd128/Source/devices/Display.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Boards/WaveshareS3TouchLcd128/Source/devices/Display.cpp b/Boards/WaveshareS3TouchLcd128/Source/devices/Display.cpp index cb9b2824..ca1e0e4a 100644 --- a/Boards/WaveshareS3TouchLcd128/Source/devices/Display.cpp +++ b/Boards/WaveshareS3TouchLcd128/Source/devices/Display.cpp @@ -11,7 +11,7 @@ std::shared_ptr _Nullable createTouch() { 240, false, true, - false, + true, GPIO_NUM_13, GPIO_NUM_5 );