linguini1 opened a new issue, #17301: URL: https://github.com/apache/nuttx/issues/17301
### Is your feature request related to a problem? Please describe. Right now, the frame buffer implementation picks a static 1920x1080 resolution for video output. The Pi is capable of different resolutions though. ### Describe the solution you'd like There should be a way to negotiate this size, either through: - Picking the maximum that the monitor is capable of - Letting the user select a static value in Kconfig - Implementing some kind of API in NuttX that allows changing the resolution (I am not sure if this is currently something NuttX's graphics APIs support) ### Describe alternatives you've considered The alternatives are the three listed above. One or a combination could be implemented. ### Verification - [x] I have verified before submitting the report. -- 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]
