lvgl / lvgl_esp32_drivers

Drivers for ESP32 to be used with LVGL
MIT License
305 stars 272 forks source link

Random mis-inputs read from ADCRAW.c #194

Closed wilsonnggp closed 2 years ago

wilsonnggp commented 2 years ago

For some reason, other buttons are being triggered or read as "pressed" even though I'm not pressing it. Also are the interrupts suppose to trigger all the time for the ADC-touch GPIOs? The ETAG interrupts are always triggering and i'm not sure if thats fully intended by the lvgl esp32 drivers on how their touch drivers work.