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.