rust-embedded-community / ssd1306

SSD1306 OLED driver
Apache License 2.0
283 stars 69 forks source link

Fix display rotation in terminal mode #147

Closed alvinhochun closed 3 years ago

alvinhochun commented 3 years ago

Hi! Thank you for helping out with SSD1306 development! Please:

Fix display rotation in terminal mode

Fix display rotation in terminal mode, referencing #145.

Only tested with a 96x16 display module.

bugadani commented 3 years ago

I can't confirm right now but I think the slight differences between this and #145 might not work for all displays. I'll try and check this week. Also pinging @jamwaffles just in case this PR had gone unnoticed.

bugadani commented 3 years ago

Actually, this seems to work just fine. Tested on 72x40, 96x16 and 128x32. I can also verify this PR actually fixing stuff because without it, my test app crashed hard :)

jamwaffles commented 3 years ago

Released in 0.5.2. Thanks for your patience!