diff --git a/User_Setups/Setup100_RP2040_ILI9488_parallel.h b/User_Setups/Setup100_RP2040_ILI9488_parallel.h index a28fa70..2a3aeda 100644 --- a/User_Setups/Setup100_RP2040_ILI9488_parallel.h +++ b/User_Setups/Setup100_RP2040_ILI9488_parallel.h @@ -25,8 +25,6 @@ //#define TFT_RD -1 // Do not define, read pin permanently connected to 3V3 // Note: All the following pins are PIO hardware configured and driven -// The pins are hard-coded at the moment and must not be changed here -// Connections MUST use the pins below #define TFT_WR 22 // PIO requires these to be sequentially increasing - do not change diff --git a/User_Setups/Setup101_RP2040_ILI9481_parallel.h b/User_Setups/Setup101_RP2040_ILI9481_parallel.h index f80fdef..4b3e507 100644 --- a/User_Setups/Setup101_RP2040_ILI9481_parallel.h +++ b/User_Setups/Setup101_RP2040_ILI9481_parallel.h @@ -25,8 +25,6 @@ //#define TFT_RD -1 // Do not define, read pin permanently connected to 3V3 // Note: All the following pins are PIO hardware configured and driven -// The pins are hard-coded at the moment and must not be changed here -// Connections MUST use the pins below #define TFT_WR 22 // PIO requires these to be sequentially increasing - do not change diff --git a/User_Setups/Setup102_RP2040_ILI9341_parallel.h b/User_Setups/Setup102_RP2040_ILI9341_parallel.h index 844d237..8cb1778 100644 --- a/User_Setups/Setup102_RP2040_ILI9341_parallel.h +++ b/User_Setups/Setup102_RP2040_ILI9341_parallel.h @@ -25,8 +25,6 @@ //#define TFT_RD -1 // Do not define, read pin permanently connected to 3V3 // Note: All the following pins are PIO hardware configured and driven -// The pins are hard-coded at the moment and must not be changed here -// Connections MUST use the pins below #define TFT_WR 22 // PIO requires these to be sequentially increasing - do not change diff --git a/User_Setups/Setup103_RP2040_ILI9486_parallel.h b/User_Setups/Setup103_RP2040_ILI9486_parallel.h index ca2084c..c50b93d 100644 --- a/User_Setups/Setup103_RP2040_ILI9486_parallel.h +++ b/User_Setups/Setup103_RP2040_ILI9486_parallel.h @@ -25,8 +25,6 @@ //#define TFT_RD -1 // Do not define, read pin permanently connected to 3V3 // Note: All the following pins are PIO hardware configured and driven -// The pins are hard-coded at the moment and must not be changed here -// Connections MUST use the pins below #define TFT_WR 22 // PIO requires these to be sequentially increasing - do not change diff --git a/User_Setups/Setup104_RP2040_ST7796_parallel.h b/User_Setups/Setup104_RP2040_ST7796_parallel.h index 0a69d9d..c42fa0b 100644 --- a/User_Setups/Setup104_RP2040_ST7796_parallel.h +++ b/User_Setups/Setup104_RP2040_ST7796_parallel.h @@ -25,8 +25,6 @@ //#define TFT_RD -1 // Do not define, read pin permanently connected to 3V3 // Note: All the following pins are PIO hardware configured and driven -// The pins are hard-coded at the moment and must not be changed here -// Connections MUST use the pins below #define TFT_WR 22 // PIO requires these to be sequentially increasing - do not change