Skip to content

how do I modify the resolution? #36

Answered by Roger-random
jjplano asked this question in Q&A
Discussion options

You must be logged in to vote

Thank you for your appreciation!

Unfortunately, it is quite difficult to change display resolution. The original ESP_8_BIT project (from which this library was derived) used a lot of clever code to generate TV analog signal including precomputed lookup tables. (Example: phase representation for color palette.) I designed this library to be a beginner-friendly Arduino library, and the knowledge necessary to recalculate data tables are not beginner-friendly.

Advanced users who are willing to dive into such work can look at the ESP_8_BIT project and learn from the differences between its Atari, SEGA, and Nintendo emulation modes. Each of those modes have a different resolution and color pale…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Roger-random
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
complete Discussion has concluded
2 participants