80 column, 24 row text driver for 640x480 vga?
Rayman
Posts: 14,815
Is there a driver for this?
Seems like it should be possible...
·
Seems like it should be possible...
·
Comments
*Peter*
The results looks pretty good if I remember correctly.
Maybe you can find that post, it would allow you to display a 8x16 font created from the built-in font table.
Bean.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Did you know that 111,111,111 multiplied by 111,111,111 equals 12345678987654321 ?
www.iElectronicDesigns.com
·
extract even:
lbl0
rdlong temp,ptr_to_font
mov cnt,#8
lbl1
shl temp,#1 wc
shl temp,#3
rol dest,#1
djnz cnt,#lbl1
to get the odd just add a initial shl after the label lbl1, but you knew that
and skip every other line, too.