pkarashchenko commented on a change in pull request #5862: URL: https://github.com/apache/incubator-nuttx/pull/5862#discussion_r835954601
########## File path: arch/sim/Kconfig ########## @@ -282,7 +282,7 @@ config SIM_FBWIDTH int "Display width" default 320 ---help--- - Simulated width of the display. Default: 320 or 480 + Simulated width of the display. Default: 320 or 240 Review comment: Before this change we had ``` config SIM_FBHEIGHT int "Display height" default 240 ---help--- Simulated display height. Default: 240 config SIM_FBWIDTH int "Display width" default 320 ---help--- Simulated width of the display. Default: 320 or 480 ``` So two possible defaults: 320x240 or 480x240 and after this change it will be 320x240 or 240x240 -- 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