wareck 3 years ago
parent
commit
6c47a0befe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/silly_clock.py

+ 1 - 1
examples/silly_clock.py

@@ -44,7 +44,7 @@ def animation(device, from_y, to_y):
 def main():
     # Setup for Banggood version of 4 x 8x8 LED Matrix (https://bit.ly/2Gywazb)
     serial = spi(port=0, device=0, gpio=noop())
-    device = max7219(serial, cascaded=4, block_orientation=-90, blocks_arranged_in_reverse_order=True)
+    device = max7219(serial, cascaded=4, block_orientation=-90, blocks_arranged_in_reverse_order=False)
     device.contrast(16)
 
     # The time ascends from the abyss...