I'm looking at using a 240x128 LCD with a UC1608 chip. Are there any packages that support parallel i/o with it? The UC1608 has support industry standard 3-wire, 4-wire serial bus (S9, S8, S8uc) and 8-bit/4-bit parallel bus (8080 or 6800). However I would like to look into 8 bit i/o for speed, not so much for the display refreshing but because there are a 2 other SPI devices that require attention along with some computation. So I don't want to spend much time with i/o on the display.
Anyone know of an existing library or C code to do this?
Thanks