Files
lvgl/src/draw/lv_draw_buf.c
Cristian Stoica 64beb5f811 fix(vglite) set cache invalidation callback for all handlers
This is necessary after the changes in c37ad55160
	feat(draw_buf): make draw buf API more OOP style
which indirectly changes the font drawing handlers from default_handlers to
font_draw_buf_handlers

Because the cache invalidation in vglite was enabled only for
default handlers this resulted in broken font rendering when vglite draw
unit was used.

Signed-off-by: Cristian Stoica <cristianmarian.stoica@nxp.com>
2024-10-09 21:45:09 +02:00

21 KiB