Skip to content

Commit 263f530

Browse files
committed
more spiral, more rainbow!!
1 parent e9a07d4 commit 263f530

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/rainbow_spiral_active3.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
geometry = piomatter.Geometry(width=width, height=height, n_addr_lines=n_addr_lines, n_planes=10, n_temporal_planes=4, map=pixelmap, n_lanes=n_lanes)
3131
framebuffer = np.asarray(canvas) + 0 # Make a mutable copy
3232
matrix = piomatter.PioMatter(colorspace=piomatter.Colorspace.RGB888Packed,
33-
pinout=piomatter.Pinout.Active3,
33+
pinout=piomatter.Pinout.Active3BGR,
3434
framebuffer=framebuffer,
3535
geometry=geometry)
3636

@@ -66,7 +66,7 @@ def darken_color(hex_color, darkness_factor):
6666

6767
return darkened_hex_color
6868

69-
step_count = 4
69+
step_count = 8
7070
darkness_factor = 0.5
7171

7272
clearing = False

0 commit comments

Comments
 (0)