You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rgb_lcd: Preserve full framebuffer across region updates and raw draws
When update_region, draw_rgb565_raw, or the RLE cover path write only
their target region to the work framebuffer and then switch to it,
the rest of the screen content is lost because the work FB contains
stale data.
Fix: copy the full active framebuffer to the work FB before writing
the region pixels, so the entire screen state is preserved across
all framebuffer switches.
Signed-off-by: Ibrahim YILMAZ <ibrahim@drlinux.org>
0 commit comments