From c57817a3e7cdf1c30054ff751f4b07767447d9b8 Mon Sep 17 00:00:00 2001 From: CircuitART <85825139+CircuitART@users.noreply.github.com> Date: Tue, 3 Sep 2024 14:52:12 +0800 Subject: [PATCH] Update board.h typo mistake, tft reset should be 40 not 4 #define DISPLAY_PIN_RST 40 --- ports/espressif/boards/circuitart_zero_s3/board.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/espressif/boards/circuitart_zero_s3/board.h b/ports/espressif/boards/circuitart_zero_s3/board.h index c46aa2ec..8c8a096e 100644 --- a/ports/espressif/boards/circuitart_zero_s3/board.h +++ b/ports/espressif/boards/circuitart_zero_s3/board.h @@ -68,7 +68,7 @@ #define DISPLAY_PIN_CS 39 #define DISPLAY_PIN_DC 5 -#define DISPLAY_PIN_RST 4 +#define DISPLAY_PIN_RST 40 #define DISPLAY_PIN_BL 18 #define DISPLAY_BL_ON 0 // GPIO state to enable back light