Closed jie326513988 closed 5 months ago
Have you considered using LV_DISPLAY_RENDER_MODE_DIRECT
and keeping track of the affected lines in your flush_cb
until lv_display_flush_is_last()
is true
and then drawing those full lines?
You need the LV_EVENT_INVALIDATE_AREA
event of the display. See the description here.
您需要显示的事件。请参阅此处的说明。
LV_EVENT_INVALIDATE_AREA
OK, thank you very much
Introduce the problem
I have an 8-color fully reflective screen. I need to update a whole row each time. The X axis needs to start from 0. The update of some widgets will not start from 0. But there seems to be no rounder_cb related function available in LVGL9.1?
Acknowledgements
Proposal
No response