From 75cec4dae9499c101c938cdff0a7dc28951a717c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franz=20H=C3=B6pfinger?= Date: Tue, 9 Jan 2024 23:15:07 +0100 Subject: [PATCH] Include hal/gpio_ll.h to gain access to GPIO struct see: https://github.com/espressif/esp-idf/issues/9184#issuecomment-1159881905 --- src/utility/In_eSPI.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/utility/In_eSPI.h b/src/utility/In_eSPI.h index d20c970..264608e 100644 --- a/src/utility/In_eSPI.h +++ b/src/utility/In_eSPI.h @@ -19,6 +19,8 @@ //#define ESP32 //Just used to test ESP32 options +#include "hal/gpio_ll.h" + // Include header file that defines the fonts loaded, the TFT drivers // available and the pins to be used #include "In_eSPI_Setup.h"