Simple VGA driver for P2
JRoark
Posts: 1,215
in Propeller 2
The ongoing efforts in the other thread to push the P2’s video capabilities ever faster and higher-res are wonderful, but I have a need for something at the other end of the spectrum.
Is there a lean P2 implementation of VGA 640x480, text only, 30-40 lines with 80 characters per line with each characters foreground and background color addressable from a palette of at least 16 colors? I am in need of a lightweight VGA-based debugging display and eventually a simple UI.
Is there a lean P2 implementation of VGA 640x480, text only, 30-40 lines with 80 characters per line with each characters foreground and background color addressable from a palette of at least 16 colors? I am in need of a lightweight VGA-based debugging display and eventually a simple UI.
Comments
For anyone who may find this post in the future, the code can be found on the Total Spectrum Github page here: https://github.com/totalspectrum/p2_vga_text/blob/master/vgatext_640x480.spin2