acassis commented on code in PR #18999:
URL: https://github.com/apache/nuttx/pull/18999#discussion_r3329085367


##########
arch/arm64/src/bcm2711/Kconfig:
##########
@@ -340,6 +340,26 @@ config BCM2711_FRAMEBUFFER
        ---help---
                Support for the VideoCore frame buffer interface.
 
+config BCM2711_FB_WIDTH
+       int "Default x resolution (width)"
+       default 1920
+       ---help---
+               The x resolution (width) of the frame buffer.
+
+config BCM2711_FB_HEIGHT
+       int "Default y resolution (height)"
+       default 1080
+       ---help---
+               The y resolution (height) of the frame buffer.

Review Comment:
   Shouldn't it depends on BCM2711_FB_FORCE_RESOLUTION ?



-- 
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]

Reply via email to