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

Numeric values for OSM #43

Open
sy2002 opened this issue Apr 26, 2024 · 0 comments
Open

Numeric values for OSM #43

sy2002 opened this issue Apr 26, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@sy2002
Copy link
Owner

sy2002 commented Apr 26, 2024

From a Skype discussion between @sho3string and @MJoergen:

====

So this core has vertical / horizontal center for the vga out display.

Currently, the display is shifted to the right hand side on my crt. this is no problem as I can hard code some value to shift it across to the left for now.

wire [4:0] HOFFS = ... some value from OSD ( 0 - 31 )
wire [2:0] VOFFS = ... some value from OSD ( 0 - 7 )

This then gets fed into HVGEN ( i guess horizontal/vertical video generator ?? ) which moves the image back to the left depending on the values above.

Now I can easily add a sub menu like this below. But it's not very intuitive and uses up much real estate.


Horizontal Offset

1
2
4
8
16

Is it possible to some day implement something like this where you can use the arrow and automatically count up values from a minimum value to a max value ? You could say this is a feature request. I think this is more intuitive and we won't need any submenu for that at all.

Horizontal Offset - <0 -31>
Vertical Offset - <0 - 7>

grafik
@sy2002 sy2002 added the enhancement New feature or request label Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant