luma.oled icon indicating copy to clipboard operation
luma.oled copied to clipboard

rotating the image doesn't work on sh1106 1.3'' OLED screen

Open Slaveche90 opened this issue 4 years ago • 2 comments

I'm using 1.3'' OLED screen with sh1106 driver chip. It is 128x64 pixels screen. When rotating the screen with, rotate = 0, 1, 2 or 3 in the following lines of code: device = sh1106(serial, rotate=1, width=128, height=64) with canvas(device) as draw: draw.rectangle(device.bounding_box, outline=255) The image at rotate = 1 or 3 gets moved to one corner, not rotating it properly, image below: 2

Slaveche90 avatar Feb 13 '20 16:02 Slaveche90

any idea @rm-hull?

thijstriemstra avatar Aug 24 '20 17:08 thijstriemstra

Bump? this is still as it is described...

Joshyakadamien avatar Feb 24 '23 17:02 Joshyakadamien