OLED Display

Gilles
Hello,

is it possible to "connect" an OLED display (2.8" OLED LCD Module Display
C0283QGLH-T) on Mini2440 ? And if itīs possible which modifications are
necessary ? (Controller Board?...)

Thankīs in advance.

Sumeet Thakre
I think you can connect it through gpio. and may need some additional
circuit.

Dave McLaughlin
This can be connected to the Mini2440 as it also supports an RGB interface
with HSYNC and VSYNC etc but you will have to write your own driver for it.

You can also connect this to a databus as it has a built in driver. That
would also require a driver.

No need to use GPIO if your Mini2440 has a direct connect databus or just
use the RGB interface with the existing LCD connections and write a
suitable driver.

Dave...

yong
hi, im interested in this subject.. do you guys have any links/posts who
have done this kind of job?

Dave McLaughlin
A quick Google came up with nothing so I suspect no one has done so.

Looks like you will have to roll your own. I have not done video drivers
bit as you have the drivers for the 3.5" it should be easy enough to use
this as a start to your porting.!

Dave...

Gilles
Thanks a lot guys for your answer.

I think I am not able, at the moment, to write my own graphical driver.

Have you any links or help in order to start developing this kind of
driver?

Thanks.