Re: LF: How do you make a Greyscale picture program?


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

Re: LF: How do you make a Greyscale picture program?




What greyscale means on the TI is that you have two bitplanes that
are swapped at each VBL interrupt. This is only possible because it is a
slow display. You simply have to bitplanes. And where you want a black
pixel you set both bitplanes to 1 and where you want a grey pixel you set
only on of the bitplanes to 1.
					Michael Wulff Nielsen
					mal@dit.ou.dk


> 
> On Tue, 26 Nov 1996, Keith wrote:
> 
> > >Is there a way to make making greyscale programs easier?
> > >I mean, I want to know what you have to do.  Do you take a bitmap
> > >and alter it then make a program to display it?  Any HELP would be
> > >appreiciated...
> > >\
> > >THX
> 
> > Yea, i have the same question!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
> 
> I posted an example a while back. Check that out.
> 
> //Sasq (Jonas Minnberg)
> 


References: