Overview
- Object ID : 2677 (2018-01-26)
- Author : Kwabena W. Agyeman | added by Archiver
- Content : Code
- Microcontroller : Propeller 1
- Languages : PASM, SPIN
- Category : Display
- Licence : Other
Content
A 160 x 120 6 Bits Per Pixel VGA driver that runs on one cog. The code has been fully optimized with a super simple spin interface for maximum speed and is also fully commented.
Provides full support for:
- Plotting pixels in spin. Each pixel has 6 bit color.
- Plotting boxes of pixels in spin. Each boxes of pixels has 6 bit color.
This list of features is not comprehensive. Please download the source code and run the included demo to gain a better understanding of this driver.