Skip to content

[FEATURE] Configurable video resolution RPi4B #17301

@linguini1

Description

@linguini1

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

  • I have verified before submitting the report.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    Status

    No status

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions