Skip to content

video/fb: Trigger updatearea() if CONFIG_FB_UPDATE is defined#19047

Open
Vajnar wants to merge 1 commit into
apache:masterfrom
Vajnar:framebuffer-splash-update
Open

video/fb: Trigger updatearea() if CONFIG_FB_UPDATE is defined#19047
Vajnar wants to merge 1 commit into
apache:masterfrom
Vajnar:framebuffer-splash-update

Conversation

@Vajnar
Copy link
Copy Markdown
Contributor

@Vajnar Vajnar commented Jun 5, 2026

Summary

When CONFIG_FB_UPDATE is defined the missing updatearea() trigger caused the splashscreen to not be displayed.

Impact

Splashscreen is properly drawn on framebuffer devices requiring the call of updatearea() to update contents.

Testing

Tested on ESP32C6-devkitc using ILI9341 display controller connected via SPI, which was used as LCD framebuffer.

@github-actions github-actions Bot added Size: S The size of the change in this PR is small Area: Video labels Jun 5, 2026
@Vajnar Vajnar force-pushed the framebuffer-splash-update branch 4 times, most recently from 9e2d2bb to 298b8c8 Compare June 5, 2026 14:01
xiaoxiang781216
xiaoxiang781216 previously approved these changes Jun 5, 2026
Comment thread drivers/video/fb.c Outdated
When CONFIG_FB_UPDATE is defined the missing updatearea() trigger caused
the splashscreen to not be displayed.

Signed-off-by: Martin Vajnar <martin.vajnar@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area: Video Size: S The size of the change in this PR is small

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants