Links2004 / XPT2046

XPT2046 Touch SPI driver for Arduino
GNU General Public License v2.0
3 stars 5 forks source link

missing debug.h #4

Open marcelrv opened 8 months ago

marcelrv commented 8 months ago

trying to compile your arduinovnc project. The comilation errors on debug.h which is not included. Is this some standard file that should come from somewhere else (or maybe was so in earlier frameworks?

C:\Users\marce\Documents\Arduino\libraries\XPT2046\src\XPT2046.cpp -o nul
Alternatives for debug.h: []
ResolveLibrary(debug.h)
  -> candidates: []
C:\Users\marce\Documents\Arduino\libraries\XPT2046\src\XPT2046.cpp:26:10: fatal error: debug.h: No such file or directory
 #include <debug.h>
          ^~~~~~~~~
compilation terminated.
marcelrv commented 8 months ago

Note.. removing the line with debug.h seems to fix the compile issue. I did not 123 see an obvious usage of anything that would be in the header