Help!me: example using libary graphics.spin on VGA
yooyod
Posts: 2
·please ,I want example using libary graphics.spin on VGA (use vga size·512x384)
Comments
Make it half as large and we can talk
Also, have a look into our development of an XOR-GRAPHICS driver - I provided some nice examples there. For TV, but that's just the same...
http://forums.parallax.com/showthread.php?p=707333 at the end..
Post Edited (deSilva) : 2/28/2008 9:13:26 AM GMT
The problem is not enough memory for all the colors and pixels in that VGA mode.
It seems to me that a 512x384 bitmap with one bit per pixel WOULD barely fit in 24K of HUB RAM.
In that case would the Graphics driver just not be able to handle it?
You could build a double-buffered 512x384 vector display out of two Propeller chips. They could take line-drawing commands and even render 3D lines. It would be good for live data visualization or vector-based video games.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chip Gracey
Parallax, Inc.