Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add borders and aspect ratio support to resolution_t #440

Draft
wants to merge 20 commits into
base: unstable
Choose a base branch
from

Conversation

SpookyIluha
Copy link
Contributor

@SpookyIluha SpookyIluha commented Sep 17, 2023

With this PR, there's now a way to tell libdragon to have no borders in the output (useful for emulators and modern TV's)

Also with this PR users can add hardware VI borders around the framebuffer to midigate overscan on most CRT TV's
Borders scale the image down instead of cropping it, so that the framebuffer is fully visible.

There's also now an aspect ratio setting which can be used to achieve letterbox widescreen.

With this PR NTSC/PAL/M-PAL systems and monitors should output identical pictures.

@rasky rasky marked this pull request as draft September 28, 2023 20:46
@rasky
Copy link
Collaborator

rasky commented Sep 28, 2023

I'm working on this with @SpookyIluha, we are testing many edge cases. Putting back to draft status for now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants