Page 2 of 2

Re: pannel config help

Posted: Thu May 02, 2013 3:49 pm
by mobyfab
daviddawe1982 wrote:the post int board was it the lcd now displays i added some text from text example but it displays backwards..


The display is horizontally inverted?

If so please add this in the post init function:

Code: Select all

write_index(SSD1963_SET_ADDRESS_MODE);
write_data(2);


This should flip the screen horizontally.

Re: pannel config help

Posted: Thu May 02, 2013 4:15 pm
by daviddawe1982
THANK YOU!!
It worked like a charm.
Mobyfab i cannot thank you enough.. :D :D :D

Re: pannel config help

Posted: Thu May 02, 2013 4:27 pm
by Tectu
Good to see that you finally got your display working, david. Now, enjoy the goodies and badies of ChibiOS/GFX :P


~ Tectu

Re: pannel config help

Posted: Thu May 02, 2013 4:30 pm
by mobyfab
You're welcome :)

You should try to play with the FSMC clock dividers that you commented in the post init function earlier.
Just so that you can get the best performance possible with your hardware.