Shop OBEX P1 Docs P2 Docs Learn Events
vga_text — Parallax Forums

vga_text

NewzedNewzed Posts: 2,503
edited 2006-07-14 20:09 in Propeller 1
In the last couple of days, I have seen references to vga_text.spin.· Is this much different than vga.spin?· Where can I find a copy of vga_text?

Thanks

Sid

Comments

  • Paul BakerPaul Baker Posts: 6,351
    edited 2006-07-14 20:05
    http://forums.parallax.com/showthread.php?p=587354

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Life is one giant teacup ride.
  • Mike GreenMike Green Posts: 23,101
    edited 2006-07-14 20:09
    I believe it's in this archive along with a lot of other useful stuff: <http://forums.parallax.com/forums/attach.aspx?a=7935>. "vga.spin" is the basic vga driver. "vga_text.spin" is a text output object that uses vga to put the data on the screen. It's a low resolution object that's meant to be roughly equivalent to "tv_text.spin" with the same methods (like .str, .out, .dec, etc.). There are several other vga drivers including a high resolution text driver and several graphics drivers. The main problem with the others is that they take a lot of memory for the bitmap and/or text buffers. The high resolution text driver is meant to allow a lot of text on the screen while leaving enough memory to have a substantial program to use it as well.
Sign In or Register to comment.