Closed anselmpaul closed 5 years ago
If I remember correctly those commands were stubs included from our other OLED libraries but the SSD1320 does not have built in support for display flipping. Sorry for the confusion. Be sure to checkout the datasheets for the SSD1320 here. There are some ways to configure the segment order and wrapping (section 6.7 GDDRAM), but that would require some additional changes to the library.
Hey everyone, first of all thanks for this cool library.
I'm trying to rotate my display by 180°, so flip it horizontally and vertically. I've found that your library provides both a
flipHorizontal
and aflipVertical
function, but I either don't understand their intended behaviour or they don't quite work. Instead of flipping / mirroring the content, the display just clears withflipVertical
. Here's an example sketch (run from an Arduino Uno) and a gif of the output (my display already took some beating...).(I didn't attach the graphics.h, as it just contains the macaque image as byte array, storing it in PROGMEM)