From 2edeb4f8053b9b1ac4e19320f66fad57005a2d90 Mon Sep 17 00:00:00 2001 From: Ken Van Hoeylandt Date: Mon, 9 Feb 2026 20:15:31 +0100 Subject: [PATCH] Cleanup copy-pasted messages that were likely copied in error --- Devices/elecrow-crowpanel-advance-28/Source/devices/Display.cpp | 1 - Devices/elecrow-crowpanel-advance-35/Source/devices/Display.cpp | 1 - Devices/lilygo-tdeck/Source/devices/Display.cpp | 1 - Devices/m5stack-cores3/Source/devices/Display.cpp | 1 - Devices/waveshare-s3-touch-lcd-147/Source/devices/Display.cpp | 1 - 5 files changed, 5 deletions(-) diff --git a/Devices/elecrow-crowpanel-advance-28/Source/devices/Display.cpp b/Devices/elecrow-crowpanel-advance-28/Source/devices/Display.cpp index 1b79ebb0..3d1d12b2 100644 --- a/Devices/elecrow-crowpanel-advance-28/Source/devices/Display.cpp +++ b/Devices/elecrow-crowpanel-advance-28/Source/devices/Display.cpp @@ -5,7 +5,6 @@ #include static std::shared_ptr createTouch() { - // Note for future changes: Reset pin is 48 and interrupt pin is 47 auto configuration = std::make_unique( I2C_NUM_0, LCD_HORIZONTAL_RESOLUTION, diff --git a/Devices/elecrow-crowpanel-advance-35/Source/devices/Display.cpp b/Devices/elecrow-crowpanel-advance-35/Source/devices/Display.cpp index 6b5919f6..3771b46c 100644 --- a/Devices/elecrow-crowpanel-advance-35/Source/devices/Display.cpp +++ b/Devices/elecrow-crowpanel-advance-35/Source/devices/Display.cpp @@ -5,7 +5,6 @@ #include static std::shared_ptr createTouch() { - // Note for future changes: Reset pin is 48 and interrupt pin is 47 auto configuration = std::make_unique( I2C_NUM_0, 320, diff --git a/Devices/lilygo-tdeck/Source/devices/Display.cpp b/Devices/lilygo-tdeck/Source/devices/Display.cpp index 275654b0..82de3d71 100644 --- a/Devices/lilygo-tdeck/Source/devices/Display.cpp +++ b/Devices/lilygo-tdeck/Source/devices/Display.cpp @@ -5,7 +5,6 @@ #include static std::shared_ptr createTouch() { - // Note for future changes: Reset pin is 48 and interrupt pin is 47 auto configuration = std::make_unique( I2C_NUM_0, 240, diff --git a/Devices/m5stack-cores3/Source/devices/Display.cpp b/Devices/m5stack-cores3/Source/devices/Display.cpp index b7e71677..0409a1c1 100644 --- a/Devices/m5stack-cores3/Source/devices/Display.cpp +++ b/Devices/m5stack-cores3/Source/devices/Display.cpp @@ -17,7 +17,6 @@ static void setBacklightDuty(uint8_t backlightDuty) { } static std::shared_ptr createTouch() { - // Note for future changes: Reset pin is 48 and interrupt pin is 47 auto configuration = std::make_unique( I2C_NUM_0, LCD_HORIZONTAL_RESOLUTION, diff --git a/Devices/waveshare-s3-touch-lcd-147/Source/devices/Display.cpp b/Devices/waveshare-s3-touch-lcd-147/Source/devices/Display.cpp index f23e7fdd..5834a74b 100644 --- a/Devices/waveshare-s3-touch-lcd-147/Source/devices/Display.cpp +++ b/Devices/waveshare-s3-touch-lcd-147/Source/devices/Display.cpp @@ -12,7 +12,6 @@ constexpr auto LCD_VERTICAL_RESOLUTION = 320; void setBacklightDuty(uint8_t level); static std::shared_ptr createTouch() { - // Note for future changes: Reset pin is 48 and interrupt pin is 47 auto configuration = std::make_unique( I2C_NUM_0, 172,