Which LCD Controller on Olimex SAM7-EX256 Board

Does anyone know which controller is used in the LCD display on the Olimex SAM7-EX256 board?

I’ve been trying to perform pixel level operations on it following some of the examples that Spark Fun / Jimbo wrote for their Nokia 6100 LCD without much luck. I suspect that it’s either pilot error or the controller is something other than an Epson S1D15G10.

Yes, it is different. Look for PCF8833. I think it’s from Philips, but not shure.

Had you tryed the original code posted by Olimex?

Guillem.

Thank you very much!

Things go much smoother when you know which bits to twiddle.

I was hung up on how to switch from the default 4:4:4 RGB mode to the 3:3:2 mode. Once I did that and set up the LUT, everything worked great.

Hi

I am working with Olimex SAM7X256 Board and it has Nokia 6100 LCD.

I want a lcd driver to display characters on the display.

I used the sample code from sparkfun and try to develop small program but it doesnt work.

Could you please tell me how exactly you did this or give me any idea?

Regards

Flying