0 votes
in Touch Interface by (190 points)
edited by

I downloaded the zip file from github, unpacked it into aurdino ide place. Did the settings.h also installed the four libraries. When trying to compile it I get this msg?:

\Arduino\esp8266-weather-station-color\esp8266-weather-station-color.ino:31:33: fatal error: XPT2046_Touchscreen.h: No such file or directory

 #include <XPT2046_Touchscreen.h>

                                 ^

compilation terminated.

exit status 1
Error compiling for board NodeMCU 1.0 (ESP-12E Module).

Why is that file missing and where do I find it? 

1 Answer

+1 vote
by (2.9k points)
selected by
 
Best answer
Obelix, you also need this library:

https://github.com/PaulStoffregen/XPT2046_Touchscreen

Welcome to ThingPulse Q&A, where you can ask questions and receive answers from other members of the community.

https://thingpulse.com

...