How to display on VGA driver both Text and bitmaps together
arlojo
Posts: 2
Does anybody know if it´s possible to display on VGA driver both Text and bitmaps together??.
Thanks in advance
Thanks in advance
Comments
And remember also that "Text" works in 2-color mode only!
Post Edited (deSilva) : 3/10/2008 1:43:20 PM GMT
http://www.rayslogic.com/propeller/Programming/RaysStuff/RaysStuff.htm
It shows bitmaps and text on either XGA·(VGA 1024x768) or TV...
Of course you can bent any address in a tile to a corresponding piece of bitmap!
Sorry, I thought of a true overlay, but just arranging the tile addrresses is most likely powerful enough.
Also, I was confusing above, saying 2-color mode. The ROM characters need also 4-color mode, but you have to carefully chose the coloring! This would have been the problem with a true overlay concept...