Arduino\libraries\TFT_eSPI/Processors/TFT_eSPI_ESP32.h:14:25: fatal error: hal/gpio_ll.h: No such file or directory #3048
Replies: 3 comments 2 replies
-
Update to the latest ESP32 board package. |
Beta Was this translation helpful? Give feedback.
-
Found a work around that solved problem for my PlatformIO and ESP32 projects with TFT_eSPI V2.5.34. This behaviour started with V2.5.34 (https://github.com/Bodmer/TFT_eSPI/releases/tag/V2.5.34) Nov 10, 2023, I don't know what problem it was trying to fix, but the latest ESP32 lib no longer has the folder hal within the ESP32 sdk. |
Beta Was this translation helpful? Give feedback.
-
Maybe shoud update espressif32 version as below:
|
Beta Was this translation helpful? Give feedback.
-
Can't compile due to no 'ha/gpio_ll.h' being found
I am trying to compile the colour_test example on an ESP32 Dev Module using the Arduino IDE. I've updated the user_setup.h to match the GC9A01 LCD I'm using. Please let me know if you have any suggestions for fixing this dependency issue.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions