lvgl / lv_drivers

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

fix(libinput) handle cases where physical resolutions are 0 #214

Closed g7 closed 2 years ago

g7 commented 2 years ago

When physical_hor_res and physical_ver_res aren't specified, use hor_res and ver_res as before #192.

embeddedt commented 2 years ago

Thanks! The fix looks good.