|
Done the same for the 12-bit (4096) color example
|
The special thing about this one is that it uses two bytes
for every pixel instead of 1.5 bytes. This is a bit wasteful, but
makes things a lot easier...
|
|
|
|
|
Need assembly driver to speed things up!
|
Here I just replaced the
SPIN SPI shiftout routing with an assembly version.
|
|
It's now reasonable fast... But, probably still needs
some optimization...
|
|
|
Here's a photo importer tool and code to display photo's on
the Nokia display
|
|
|