style(examples):Flip display vertically (back to default)
[EVA-2020-02-2.git] / examples / all-in-one-enviro-mini-bk.py
index dd0d58ad8b1e725f11a29a57f69dbb7e7d9a823a..bff5497ed41360cecb9b9734ef7f9a7aa7ef6f9e 100755 (executable)
@@ -45,8 +45,8 @@ st7735 = ST7735.ST7735(
     cs=1,
     dc=9,
     backlight=12,
-    #rotation=270,
-    rotation=90,
+    rotation=270,
+    #rotation=90, # flip upside down wrt enviro+ default orientation
     spi_speed_hz=10000000
 )