Re: A83: Grayscale


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

Re: A83: Grayscale




If you should be 100% accurate, there _is_ a lcd driver in all calcs..  the
thing is that in the others the transition from mem to the screen is done
automaticly, but on the 83 you have to do it "manually", that is, the system
processor (the z80) has to do that work to...
not that it changes anything, but thats the way it is.. :)

//Olle

BJTkid@aol.com wrote:
> 
> Grayscale isn't possible except to a certain extent on the 83 because of the
> way things are taken from the calculator and put on the screen.. In other
> calculators, the screen is memory mapped, which means there is a section of
> memory that you can directly access that is basically displayed on the
> screen.. On the 83, however, there is an lcd driver.. and everything to be
> displayed has to first go to that driver


References: