From bc9a855e6390db7262b0aa5e1024d537f6a6999e Mon Sep 17 00:00:00 2001 From: Bodmer Date: Fri, 10 Nov 2023 01:08:56 +0000 Subject: [PATCH] Fix #2963 Latest ESP32 board package does not expose low level driver. Add header to gain access. --- Processors/TFT_eSPI_ESP32_S3.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Processors/TFT_eSPI_ESP32_S3.h b/Processors/TFT_eSPI_ESP32_S3.h index 4438fe9..97d0fc5 100644 --- a/Processors/TFT_eSPI_ESP32_S3.h +++ b/Processors/TFT_eSPI_ESP32_S3.h @@ -13,6 +13,7 @@ // Include processor specific header #include "soc/spi_reg.h" #include "driver/spi_master.h" +#include "hal/gpio_ll.h" #if !defined(CONFIG_IDF_TARGET_ESP32S3) && !defined(CONFIG_IDF_TARGET_ESP32S2) && !defined(CONFIG_IDF_TARGET_ESP32) #define CONFIG_IDF_TARGET_ESP32