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): Fix rendering for 24 bits per pixel #231

Closed Johennes closed 1 year ago

Johennes commented 1 year ago

My pointer-fu is weak so possibly there is a more elegant way to do this. Happy to receive feedback. :slightly_smiling_face:

Fixes: #230

kisvegabor commented 1 year ago

Looks perfect, thank you!