lvgl_esp32_drivers icon indicating copy to clipboard operation
lvgl_esp32_drivers copied to clipboard

Adcraw touch driver fix

Open woutervhoof opened this issue 1 year ago • 0 comments

I couldn' compile my code when using the adcraw touch driver. With these updates in the driver, it should work.

Fixes:

  • fixed a typo in the original driver
  • removed a deprecated function for the ESP32 ADC which didn't work
  • added the GPIO lookup macros header file

woutervhoof avatar Dec 19 '22 21:12 woutervhoof