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

Resolution choices under Settings | View Scaling menu are not correct #51

Open
dtremblay opened this issue Nov 7, 2023 · 0 comments
Open

Comments

@dtremblay
Copy link
Collaborator

The resolution choices shown are 640x480 and 640x400. The 640x400 resolution only applies to the F256.
The resolution should obey the Master Control Register (MCR). For FMX, the resolution of 800x600 should be available, only when the H bit is set.

A table should be build, based on the different boards, e.g.

            |   Rev B   |   Rev C |  Rev U | Rev U+ | Rev F256Jr |  Rev F256Jr (816) | Rev F256K | Rev F256K (816) |  
640x480     |    X      |     X   |    X   |     X  |     X      |        X          |    X      |       X         | 
640x400     |           |         |        |        |     X      |        X          |    X      |       X         | 
800x600     |           |     X   |        |        |            |                   |           |                 | 

We need to confirm what the actual modes are.

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

No branches or pull requests

1 participant