sukesh-ak / ESP32-TUX

ESP32-TUX - ESP32 / ESP32-XX Touch UX Template using LVGL to get you started
https://tux.sukesh.me
MIT License
236 stars 55 forks source link

Support for ESP32 4MB flash and ILI9341 #28

Open RobertUK opened 1 year ago

RobertUK commented 1 year ago

Hi Sukesh, I wondered if this would be ok? I added a device config for ESP32-WROOM 4MB flash with ILI9341(XPT2046).

I fixed a missing reference to the ESP-IDF qrcode library as well.

sukesh-ak commented 1 year ago

@RobertUK

Thank you. Will check it out soon. The project uses QR Code library from lvgl and not from ESP-IDF.

To add support, the only addition required is the config file which defines PINS and probably calibration portion if its resistive touch. Though I prefer to keep the project focused on capacitive touch devices only for better experience.

cyberumut commented 1 year ago

Hi Sukesh, I wondered if this would be ok? I added a device config for ESP32-WROOM 4MB flash with ILI9341(XPT2046).

I fixed a missing reference to the ESP-IDF qrcode library as well.

hello @RobertUK Can you operate the touchscreen??

my problem https://github.com/sukesh-ak/ESP32-TUX/issues/34