standard pinout for active3 simpletest
This commit is contained in:
parent
d5a979df18
commit
b057531ef1
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ pixelmap = simple_multilane_mapper(width, height, n_addr_lines, n_lanes)
|
|||
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)
|
||||
framebuffer = np.asarray(canvas) + 0 # Make a mutable copy
|
||||
matrix = piomatter.PioMatter(colorspace=piomatter.Colorspace.RGB888Packed,
|
||||
pinout=piomatter.Pinout.Active3BGR,
|
||||
pinout=piomatter.Pinout.Active3,
|
||||
framebuffer=framebuffer,
|
||||
geometry=geometry)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue