rust-embedded-community / ssd1306

SSD1306 OLED driver
Apache License 2.0
301 stars 68 forks source link

TerminalMode 90 and 270 degree rotations incorrect #85

Closed jamwaffles closed 4 years ago

jamwaffles commented 5 years ago

As reported in #47.

In TerminalMode, the text isn't rotated properly in these two rotations. Instead, it's just drawn backwards for 90 degrees:

IMG_20190701_212612

And like this for 270 degrees:

IMG_20190701_212641

0 and 180 degrees work fine.

jamwaffles commented 4 years ago

Closed by #129 I believe.