I would like to drive the following display:
http://www.j-display.com/product/pdf/LPM010R030B_v1.pdf
It uses 6-bit RGB interface. Can someone recommend the best interface on the K22 to do this? I do not want to do bit-bang or require software handling after every pixel/line. I would like to have the entire screen data in an array and have the hardware handle the entire transfer. I assume Flexbus should be used but I'm not sure how to setup it up without using the address bus. Thanks for any info.