lvgl / lv_drivers

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

Make it possible to query fbdev dpi #217

Closed Johennes closed 2 years ago

Johennes commented 2 years ago

This computes the display's DPI from the variable fbdev info which makes this method analogous to drm_get_sizes.

kisvegabor commented 2 years ago

Thank you!