PaulStoffregen / XPT2046_Touchscreen

Touchscreen Arduino Library for XPT2046 Touch Controller Chip
240 stars 84 forks source link

missing: <font_Arial.h> // from ILI9341_t3 #36

Closed Greece2 closed 3 years ago

Greece2 commented 3 years ago

The #include // from ILI9341_t3 seems not to be working. ILI9341_t3 is installed, but that one only comes with glcdfont.c. Where to find the font_Arial.h ?

Tried to compile the ILI9341Test from the examples for this lib.

Thanks in advance !

FrankBoesing commented 3 years ago
  1. This is the XPT2046 Library - it has nothing to do with the ILI9341_t3 lib :)
  2. The font is included in the ILI9341 Library. See here: https://github.com/PaulStoffregen/ILI9341_t3 If you don't have it, you sis something wrong with the installation.
PaulStoffregen commented 3 years ago

Quick answer: install the latest Teensyduino. Restart Arduino and use File > Prefs to turn on verbose output. Then click Verify. Watch for the Arduino IDE's message about duplicate libs. When Arduino tells you the path of the old copy it's using, find and delete that old copy.

Longer answer: ask on the forum if you need more help. These github issues aren't the place for questions.

Greece2 commented 3 years ago

Thanks for all your answers! It seems the ILI9341_t3 was incomplete. Downloaded it as ZIP and reinstalled, works fine now. Sorry if I have ask in the wrong place and the wrong question. Won't ask again.