simbit18 commented on code in PR #16257: URL: https://github.com/apache/nuttx/pull/16257#discussion_r2063564228
########## 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: add a tab (lines 64 to 66) -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org