TimJTi commented on code in PR #16257:
URL: https://github.com/apache/nuttx/pull/16257#discussion_r2063627688
##########
drivers/video/Kconfig:
##########
@@ -56,6 +56,102 @@ config VIDEO_FB_NPOLLWAITERS
depends on VIDEO_FB
default 2
+config VIDEO_FB_SPLASHSCREEN
+ bool "Enable Splashscreen when Framebuffer Driver is registered"
+ depends on VIDEO_FB
+ default n
+ ---help---
+ This feature allows a splashscreen image to be displayed during the
+ Framebuffer device driver register function. It provides the
following
+ functionality:
+ - Choice of 80x80, 160x160 or 320x320 default "NX" logos
Review Comment:
Sorry for yet another one I should have spotted!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]