iLI9320 240x320 RGB Display - Library?

Hi Arduino users.
I would like to know if any of you have worked with the a RGB Display using the iLI9320 controller? As I'm looking for a driver/library.
It would be good if it's an Arduino library, but everything else (not assembler ;)) would be okey too!

Also, is the iLI9320 working in the same way as the S6D0129?

Best Regards
Thomas Jespersen

Edit:
Maybe this is usefull, it's an Unknown example:
http://www.newhavendisplay.com/app_notes/2-4TFT_ILI9320.txt

I haven't worked with one, but this page:

suggests those two chips are at least similar, if not the same.

The 16-bit data bus is going to be a nuisance, unless you use something like an Arduino Mega: you'll have to add some sort of port expander chip to get enough I/O lines to drive it. You may also want to use a Mega to get the extra memory you'll want to drive a color display that big.

Ran

I have an Arduino Mega, as I used it for another Port Neccesary application before :wink:
But still, how can control that, or those displays on the page (similar)?

Please, anyone?
I would really like to use my 240x320 display with my Arduino MEGA!
Isn't it possible to convert (re-write) the MPLAB C18 display controller library to some Arduino compatible code.