Overview
- Object ID : 2624 (2013-04-17)
- Author : Chip Gracey (Parallax) | added by Archiver
- Content : Code
- Microcontroller : Propeller 1
- Languages : PASM, SPIN
- Category : Display
- Licence : Other
Content
This object generates a 512x384 pixel bitmap, signaled as 1024x768 VGA. Each pixel is one bit, so the entire bitmap requires 512 x 384 / 32 longs, or 6,144 longs (24KB). Color words comprised of two byte fields provide unique colors for every 32x32 pixel group. These color words require 512/32 * 384/32 words, or 192 words. Pixel memory and color memory are arranged left-to-right then top-to-bottom.