Closed deadprogram closed 7 months ago
The Displayer
I am implementing here is https://github.com/aykevl/board/blob/main/common.go#L115-L143
And you are very correct, we need to sort this out in a better way in a future PR.
Thanks for review @sago35 now merging.
This PR extends the
ssd1306
to addRotation()
,SetRotation()
, andSleep()
functions to complete theDisplayer
interface implementation.