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 #2

Open
skaman82 opened this issue Aug 15, 2018 · 1 comment
Open

Resolution #2

skaman82 opened this issue Aug 15, 2018 · 1 comment

Comments

@skaman82
Copy link

skaman82 commented Aug 15, 2018

Is there any way to increase the resolution (at least a bit)?
If I increase the resolution in the overlay example, no overlay is visible
#define W 136 #define H 96

Some other projects like DIYOSD do much higher resolution on the same hardware but the
code is extremely cryptic.

Thanks!

@nootropicdesign
Copy link
Owner

The memory is really constrained, so 136x96 will work in some cases but if the rest of the program is using too much memory, then you'll have to settle for lower resolution. It's just that an Arduino only has 2K or SRAM.

I'm not familiar with DIYOSD -- I see that it does look much better. Maybe it is because it is only overlaying a small part of the screen (top and bottom) and not consuming memory for the whole middle of the screen.

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

2 participants