rust-embedded-community / ssd1306

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

Add mirror (vertical flip) option #161

Closed mryndzionek closed 2 years ago

mryndzionek commented 2 years ago

PR description

Added a function for mirroring/flipping the display. Not that elegant, but seems to be working (tested on one display so far). Let me know if this is acceptable.

jamwaffles commented 2 years ago

Thanks for the PR! I'll give this a test on my sample displays when I've got a spare minute :)