You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: