neu-rah / ArduinoMenu

Arduino generic menu/interactivity system
GNU Lesser General Public License v2.1
928 stars 189 forks source link

Example for ILI9341 with XPT2046 Touchpanel ? #336

Open Greece2 opened 3 years ago

Greece2 commented 3 years ago

Hi, this Menu-Lib seems to be a great thing! What I could not figure out, is how to use it with a touchpanel (driver ic XPT2046). Nearly all examples use serial input, keyboards and rotary encoders as an input device. Maybe there is an example for the ILI9341 (HWSPI, maybe with the Ucglib) and the XPT2046 ? Would be great ! Thanks in advance, stay safe, Greece2

SimonBrazda commented 3 years ago

Hi Greece2, I have managed to get the touchpanel to work with the TFT_eSPI library and the menu system. Checkout my post #338. TFT_eSPI supports your display aswell so it could work for you too. Hope it helps.