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

14bit vgamode color in pixel? #11

Open
Avon1 opened this issue Jun 10, 2020 · 0 comments
Open

14bit vgamode color in pixel? #11

Avon1 opened this issue Jun 10, 2020 · 0 comments

Comments

@Avon1
Copy link

Avon1 commented Jun 10, 2020

In 14bit vga color mode it dose not pick up all color from 0-255 rgb receptivity how to fix it.
like I can't give all colors in

vga.dotFast(x, y, r | g | b);

Can I give every color from like this.

vga.dotFast(x, y, 0-255| 0-255 | 0-255);

14 bit colors mean
‭16,384‬ colors total or something else
I did not understand help?

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