lvgl / lv_drivers

TFT and touch pad drivers for LVGL embedded GUI library
https://docs.lvgl.io/master/porting/index.html
MIT License
290 stars 309 forks source link

fix: use SDL_RES instead of LV_RES for touch events #268

Closed Viatorus closed 1 year ago

Viatorus commented 1 year ago

Fixes: https://github.com/lvgl/lv_drivers/issues/267

@stawnPTL @embeddedt

kisvegabor commented 1 year ago

We should really use SDL_HOR/VER_RES here.

Thank you!