ThingPulse / esp8266-oled-ssd1306

Driver for the SSD1306 and SH1106 based 128x64, 128x32, 64x48 pixel OLED display running on ESP8266/ESP32
https://thingpulse.com
Other
1.98k stars 636 forks source link

Configure flipScreenVertically only once #361

Closed diabolusss closed 2 years ago

diabolusss commented 2 years ago

Hello! Is there a way to configure that display is vertically flipped? Now i need to call display.flipScreenVertically every time i call display.clean, but it's hard to maintain. If the screen is attached in this way, then i think there is no need to reset its orientation every time.

diabolusss commented 2 years ago

Rechecked this issue again and found out that it's working fine. Maybe, i've misplaced that call...