rust-embedded-community / ssd1306

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

Type-level display rotation #130

Closed bugadani closed 4 years ago

bugadani commented 4 years ago

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

PR description

The removed code from #125, based on top of #125, hence the pile of commits.

bugadani commented 4 years ago

Closing this, basically with the same reasoning as here

While I still think this PR was a nice enough solution, this was done for performance only. If anybody needs extra performance, they are allowed to roll their own GraphicsMode, so I believe the added complexity hurts maintainability more here.