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

fix(fbdev): power display on if FBDEV_DISPLAY_POWER_ON is set #247

Closed agambier closed 1 year ago

agambier commented 1 year ago

On some embedded devices the framebuffer driver fails when calling ioctl(fbfd, FBIOBLANK, FB_BLANK_UNBLANK) to power the display on.

agambier commented 1 year ago

Just seen that ion the master the lib don't exit anymore.. sorry