diff --git a/source/screen.py b/source/screen.py index 2b2ef8e..03a00c6 100644 --- a/source/screen.py +++ b/source/screen.py @@ -30,7 +30,7 @@ def init(self): cs = Pin(pin_defs.throwaway, Pin.OUT), ## not used, grounded on board dc = self.dc, backlight = Pin(pin_defs.throwaway, Pin.OUT), ## not used, always on - rotation = 0) + rotation = 6) self.tft.init() self.tft.fill(gc9a01.color565(10,15,10))