Re: A83: Display Characters...


[Prev][Next][Index][Thread]

Re: A83: Display Characters...




I checked the include files and there were no vputc but maybe you're able
to use the normal font in your program and use putc
if you don't want to do your own routine by using sprites

with disphl and dispop1 you can only display numbers

/Stefan

On Fri, 15 May 1998, James Matthews wrote:

> 
> Yeah, Trey, I'm thnking more on your lines....isn't there someway to use
> disphl, or dispop1, something like that.
> 
> James.
> 
> > i think he meant to display the characters...
> > ld a,(char_num) + offset ; not sure what the offset of the chars is in
> order
> > to get them to the right char 0-9 without a lot of work
> > call _vputc ;is it called this or something else? havnt looked through
> inc
> > files yet
> 
> 


References: