Re: LZ: Graphic Code
[Prev][Next][Index][Thread]
Peter Cordes wrote:
>
> Frank wrote:
> >
> > Does anyone have any graphic codes... i wanna know how to change the darkness
> > of pixels... and or the thickness of them...
> the pixels only have 2 states on and off so you can't have any greyscale
> without writing an interrupt routine. the thickness is can be changed by
> turning on neighboring pixels.
> PCoMP
> Visit Maximus Productions home page at: http://www.ntsource.com/~pcomp
You can have grayscale without interuppts. You need to have two
different pictures each 1k stored in memory, and alternate the display of
them. You need to have a pretty stable and fast time to make it look
better.
<pre>
--
Compliments of:
_-_-_-_-_-_-_-_
Alan Bailey
mailto:bailala@mw.sisna.com
IRC:Abalone
Web:http://www.mw.sisna.com/users/bailala/home.htm
</pre>
References: