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

Resizing character size to allow for max resolution on smaller screens #33

Open
Apfelmoes opened this issue Jan 13, 2022 · 1 comment
Open

Comments

@Apfelmoes
Copy link

Hi there, is there any way i can make the character size smaller so i can use the full gpu resolution without the screen size exceeding my actual screen's size? I have some programs that require max res.

@zenith391
Copy link
Owner

As OpenComputers use funscii, it would be possible to switch to 8x8 characters instead of 8x16, so you'd need half the vertical resolution (but obviously everything that isn't text will look squished). This brings max res from 1280x800 actual pixels to 1280x400 pixels.
However if you need something smaller then we'd have to use scaling, problem is scaling down loses informations and generally makes things ugly, but if 1280x400 pixels can't fit your screen, I'll try to find a way to scale down.

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