Nokia 6610 LCD LAndscape orientation; mirrored chars

01 Dec 2013

Hi, I'm working on an project that should have an Nokia 6610 LCD with Philips PCF8833 driver. the LCD is like to LCD of Olimex SAM7 board: https://www.olimex.com/Products/ARM/Atmel/SAM7-EX256/

I'm working with this LCD with help of "Nokia 6100 LCD Display Driver, Author: James P. Lynch" and mbed.org: https://www.sparkfun.com/tutorial/No...y%20Driver.pdf

Now my LCD works but have problems with "LCDPutChar" and "LCDPutStr" functions. the problem: this two functions write characters mirrored(even with changing INVON and INVOFF commands). how can I correct this ?

also I want to write strings on the LCD in Landscape orientation. do you have any idea to do this work ? do I must edit font table arrays or edit functions or ...

Please help me.

Thanks, Best Regards.

01 Dec 2013

with SetPixel command I can make landscape character but it's not good idea. anyone can't help me ?