rotate the fullscreen weather image according to orientation settings

This commit is contained in:
mrbwburns 2024-01-20 16:33:06 +01:00
parent 707a111849
commit c515da04f0

View File

@ -628,7 +628,7 @@ class Fullweather(inkycal_module):
self.addDailyForecast()
if self.orientation == "horizontal":
self.image.rotate(90, expand=True)
self.image = self.image.rotate(90, expand=True)
# TODO: only for debugging, remove this:
# self.image.save("./openweather_full.png")