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
2k stars 638 forks source link

Rotation ? #227

Closed vtomanov closed 5 years ago

vtomanov commented 5 years ago

Hello,

I want to use the display vertically ( e.g. 64x128) any idea how this can be done with the library ?

Thanks

Joennuh commented 5 years ago

It would indeed be great to have the possibility to use the screen vertically.

vtomanov commented 5 years ago

The Adafruit lib which is pretty the sane has Rotation which does exactly this - should easy to be added to this lib also.. in my new project the screen is vertical in the enclosure.

Sent from my iPhone

On 10 Nov 2018, at 08:38, Joennuh notifications@github.com wrote:

It would indeed be great to have the possibility to use the screen vertically.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

captFuture commented 5 years ago

I was exactly searching for the same thing because i want to use a 128x64 screen vertically

marcelstoer commented 5 years ago

Duplicate of #204