From 6829687c570962f6a2b2b275748f0096f3458bab Mon Sep 17 00:00:00 2001 From: Melissa LeBlanc-Williams Date: Tue, 16 Feb 2021 17:02:18 -0800 Subject: [PATCH] Update rotation on 1.54 to match Arduino --- examples/ssd1608_simpletest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ssd1608_simpletest.py b/examples/ssd1608_simpletest.py index 64a7932..92090e6 100644 --- a/examples/ssd1608_simpletest.py +++ b/examples/ssd1608_simpletest.py @@ -28,7 +28,7 @@ time.sleep(1) display = adafruit_ssd1608.SSD1608( - display_bus, width=200, height=200, busy_pin=epd_busy + display_bus, width=200, height=200, busy_pin=epd_busy, rotation=180 ) g = displayio.Group()