Skip to content

Commit b057531

Browse files
committed
standard pinout for active3 simpletest
1 parent d5a979d commit b057531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/triple_matrix_active3_simpletest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
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)
3232
framebuffer = np.asarray(canvas) + 0 # Make a mutable copy
3333
matrix = piomatter.PioMatter(colorspace=piomatter.Colorspace.RGB888Packed,
34-
pinout=piomatter.Pinout.Active3BGR,
34+
pinout=piomatter.Pinout.Active3,
3535
framebuffer=framebuffer,
3636
geometry=geometry)
3737

0 commit comments

Comments
 (0)