Inky Phat rotating display 180

Hi,

I’ve got an Inky Phat 2.13, I’ve just got it working. However I’d like to have the Pi, upside down so the power supply is uppermost. However the default alignment is that the supply edge is at the bottom.

I’ve been looking for a way to turn the image upside down. (Am Using a Python3 script to display weather data (like the example on the website).

Thanks.

John

Are you using PIL to draw the image? If so it has an Image.ROTATE_90 function which will do that for you.