ESP32 7 inch Display
Recently purchased 2 ESP32 7 inch display I have successfully compiled and uploaded the A-WIFI example and other non screen based examples.
But have had no success with A-7.0-TOUCH example or any other screen examples.
To keep things simple I will first ask for assistance with example A-7.0-TOUCH which seems the simplest.
When compiling A-7.0-TOUCH I get the following error.
A-7.0-TOUCH:1:10: fatal error: touch.h: No such file or directoryResolveLibrary(touch.h)
#include "touch.h" -> candidates: []
The library "touch.h" exists in /home/douglas/arduino-1.8.13/libraries/Arduino_7inch/HMI-7/touch.h so I cannot understand why it is not found.
As a new user it is very frustrating when published examples do not work.
Comments
Hello @DougWaterford ,
The folder Arduino_7inch doesn't need to be copied to .../arduino-1.8.13/libraries. Copy the libraries will be good.
And the touch.h file is in the A-7.0-TOUCH folder: