lvgl_esp32_drivers icon indicating copy to clipboard operation
lvgl_esp32_drivers copied to clipboard

st7796s_flush missing lv_disp_flush_ready

Open morganrallen opened this issue 2 years ago • 1 comments

If I understand right a drivers flush_cb needs to call lv_disp_flush_ready(drv) when it's done. This driver does not make the call and from what I can tell is the only thing preventing this driver from working on v8.

morganrallen avatar Sep 17 '21 23:09 morganrallen

It may be related to #66

C47D avatar Sep 18 '21 01:09 C47D