-
Notifications
You must be signed in to change notification settings - Fork 79
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
[Question]How to make 8bit(256color) mode? #79
Comments
For example, can I use 14bit mode VGA as 8bit mode using the ports R2, R3, R4, G2, G3, G4, B2 ,B3, hsync, vsync? |
Have you tried 6BIT mode?
|
Check the development branch for a bunch of other options. |
No, I have not tried 6bit mode. I have confirmed that the RGBA() API converts 16 bits of pixel color to 14 bits. I have three main objectives.
1 doesn't seem possible. 2 could do it. I would like to replace your GFX with lovyanGFX using 6bit mode after this. I appreciate your contribution. Thank you very much. |
Hi. @bitluni
I would like to use your results to create an 8BIT(256colors) mode VGA class.
Rough question, do I need to create a VGA class for 8BIT mode?
Or can I use it as 8BIT mode by omitting the pins on the 554 in 14 bit mode?
The text was updated successfully, but these errors were encountered: