Hi, i have a far east SH1107 1.3” SPI OLED display. I have tried multiple libraries, and either they show garbage or are mirrored with no way to unmirror them. The closest i got is with the Adafruit_SH110X library where i had to modify the initialization sequence (was showing garbage), but the display is still mirrored. According to the datasheet i should use the segment remap command in the init sequence (0xA1 vs 0xA0) but it doesnt do anything.
Does anyone know of a working library or how to mirror Adafruit_SH110X please?
Note: I cannot use the simple library with DEV_Config.h etc (forgot what its called) because i need two of these on one controller and that lib assumes there is only one display with no way to add another.