From ea736eec147b1a908be56ed8e4d151e482adfd65 Mon Sep 17 00:00:00 2001 From: Bodmer Date: Tue, 19 Apr 2022 00:03:25 +0100 Subject: [PATCH] Update Setup107_RP2040_ILI9341_16bit_parallel.h --- User_Setups/Setup107_RP2040_ILI9341_16bit_parallel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/User_Setups/Setup107_RP2040_ILI9341_16bit_parallel.h b/User_Setups/Setup107_RP2040_ILI9341_16bit_parallel.h index d3b6067..8306594 100644 --- a/User_Setups/Setup107_RP2040_ILI9341_16bit_parallel.h +++ b/User_Setups/Setup107_RP2040_ILI9341_16bit_parallel.h @@ -29,7 +29,7 @@ #define TFT_WR 16 // Write strobe pin #define TFT_DC 17 // Data Command control pin - // PIO requires these to be sequentially increasing - do not change + // PIO requires these to be sequentially increasing #define TFT_D0 0 #define TFT_D1 1 #define TFT_D2 2