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,