VGA display, color for foreground and background for each character on screen
jasiek
Posts: 5
in Propeller 1
Hey,
I've been going through the code for VGA_HiRes_Text and noticed that color configuration can be set for each row, rather than each character location.
What is this design decision dictated by?
I'm looking for a way to set the background and foreground color for each character.
Thanks,
J
I've been going through the code for VGA_HiRes_Text and noticed that color configuration can be set for each row, rather than each character location.
What is this design decision dictated by?
I'm looking for a way to set the background and foreground color for each character.
Thanks,
J
Comments
@jasiek
i think i can help you.
See attached ZIP-File
Greetings from Nuremberg, Germany
Werner
http://propeller.ws-nbg.de
Sorry i forgot the ZIP-File
Greetings from Nuremberg, Germany
Werner
http://propeller.ws-nbg.de
I'm still curious as to why this decision was made. Pragmatism or hardware constraints?
http://forums.parallax.com/discussion/136666/fyi-vga-50xh-single-cog-per-cell-colour-despair-and-hope-release
That eliminates an entire instruction from the video loop, time for color and or resolution.
But, those drivers do need the 80Mhz clock. Others are clock variable. Just worth knowing, and I'm not making a negative statement.