8 years, 6 months ago.

Issue with reversed screen

Hi,

I am using this library with the waveshare oled.

I could display "hello" and draw a line but everything is inverted, how to solve this?

my 0,0 is the top-left and my 96,0 is the top-right

Question relating to:

ALO-095BWNN-J9 aitendo OLED 96x64 SPI model Ver1.04

I patched the code.. it is ok now..

for people interested for the solution..

in the function Draw_Dot (which is used for all drawing) just reverse the X or Y as needed.. in my case i added this line before sending the command to the SPI

x = Dis_X_MAX - x;

posted by Yoo BE 02 Oct 2015
Be the first to answer this question.