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

DOUBLE OSD VERTICAL PRECISION (ROWS) FOR PAL/NTSC #4345

Open
wortley opened this issue Feb 15, 2025 · 0 comments
Open

DOUBLE OSD VERTICAL PRECISION (ROWS) FOR PAL/NTSC #4345

wortley opened this issue Feb 15, 2025 · 0 comments

Comments

@wortley
Copy link

wortley commented Feb 15, 2025

Is your feature request related to a problem? Please describe

5 bits each are available for y and x position. Currently PAL is given 16 rows and NTSC 13 in the OSD tab. With PAL, the even number of rows means that it is impossible to centre elements that have height = 1. This is insanely annoying. Within the current 16 bit encoding it is possible to double the number of rows for both PAL and NTSC. Maybe there is some reason this has not been done but it seems like a no-brainer. How hard can it be ?

Describe the solution you'd like

Double the number of rows for NTSC and PAL so can more accurately place and center elements

Describe alternatives you've considered

n/a

Other information

No response

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

No branches or pull requests

1 participant