VGA 1280 x 1024 Tile Driver
cgracey
Posts: 14,206
Here's a new 1280 x 1024 VGA 4-color tile driver with cursor.
This requires three cogs, or·four with the cursor, and needs about 10KB of tile memory. It provides 80x32 text using the internal ROM font which is very easy to read. It can also do graphics, though this example doesn't show any.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chip Gracey
Parallax, Inc.
This requires three cogs, or·four with the cursor, and needs about 10KB of tile memory. It provides 80x32 text using the internal ROM font which is very easy to read. It can also do graphics, though this example doesn't show any.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chip Gracey
Parallax, Inc.
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Cheers,
Simon
www.norfolkhelicopterclub.co.uk
You'll always have as many take-offs as landings, the trick is to be sure you can take-off again ;-)
Suppose I want to position some text at 2,6.· What command would I use?
I tried to print a string and I wrote:
print_string("Does this work?")
The Editor asked for a ) after D.· How do I print a string?
Thanks
Sid
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Sid Weaver
Don't have VGA?
Newzed@aol.com
·
Sid
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Sid Weaver
Don't have VGA?
Newzed@aol.com
·
If I comment out the bixes and use the screen just for text display, the text defaults to cyan on blue.· If I precede the text with
print($114)
the text prints white on black, but it is black only where the text is - the balance of the screen is the default blue.
So, how can I get, for instance, yellow on a solid blue background.· I played around with the values· for blue in the VGA Colors DAT list and was almost able to get white on blue, except there·were a lot of black commas mixed in with the text.
Whenever you have the time.
Sid
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Sid Weaver
Don't have VGA?
Newzed@aol.com
·
Sid
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Sid Weaver
Don't have VGA?
Newzed@aol.com
·
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chip Gracey
Parallax, Inc.
Sid
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Sid Weaver
Don't have VGA?
Newzed@aol.com
·
Looking forward to your augmentation so I can "pretty up" the display.
Sid
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Sid Weaver
Don't have VGA?
Newzed@aol.com
·
I never pictured that would happen anytime soon.
How in the world did you manage to pull that one off?
Two display outputs on the prop!!!! Awesome
Chip Gracey
Parallax, Inc.