??? 02/15/05 19:09 Modified: 02/15/05 19:12 Read: times |
#87565 - a much faster approach Responding to: ???'s previous message |
Make a shadow display in XRAM. Then you can do the merge in XRAM and the just pump bytes - not bits - to the display.
Your approach of reading and writing pixels (bits) to the display is way too slow for "real work", you need to get totally rid of the read and also write bytes, not bits. My scrolls are done that way (shadow bitmap) and run like greased lightning. Have a fun and see it scream Erik |