style(examples):Flip display vertically (back to default)
authorSteven Baltakatei Sandoval <baltakatei@gmail.com>
Tue, 4 May 2021 06:03:58 +0000 (06:03 +0000)
committerSteven Baltakatei Sandoval <baltakatei@gmail.com>
Tue, 4 May 2021 06:03:58 +0000 (06:03 +0000)
- note: was flipped to permit use without mount stand for pi zero

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
 )