pico-ssd1306 icon indicating copy to clipboard operation
pico-ssd1306 copied to clipboard

implement display rotation

Open AberDerBart opened this issue 1 year ago • 5 comments

Fixes #17

Adds a rotation attribute to ssd1306_t that can be set via ssd1306_set_rotation to change the orientation of any further draw requests. Note that width and height still correspond to the original orientation.

AberDerBart avatar Feb 23 '24 16:02 AberDerBart

wait, something went wrong with my git here, this is not the proper commit

AberDerBart avatar Feb 23 '24 16:02 AberDerBart

so, this should be the correct version

AberDerBart avatar Feb 23 '24 17:02 AberDerBart

wow, it still wasn't the correct version, how emberassing. Now I double checked and tested it.

AberDerBart avatar Feb 23 '24 22:02 AberDerBart

Sorry, I totally forgot you! I will check this out tomorrow.

daschr avatar Mar 16 '24 14:03 daschr

Sorry, I totally forgot you! I will check this out tomorrow.

Any plans to merge this? It would be very helpful for my project. :)

headblockhead avatar Jul 20 '24 20:07 headblockhead