MCPcopy Index your code
hub / github.com/FrameworkComputer/inputmodule-rs / send_col

Function send_col

python/inputmodule/inputmodule/ledmatrix.py:233–236  ·  view source on GitHub ↗

Stage greyscale values for a single column. Must be committed with commit_cols()

(dev, s, x, vals)

Source from the content-addressed store, hash-verified

231
232
233def send_col(dev, s, x, vals):
234 """Stage greyscale values for a single column. Must be committed with commit_cols()"""
235 command = FWK_MAGIC + [CommandVals.StageGreyCol, x] + vals
236 send_serial(dev, s, command)
237
238
239def commit_cols(dev, s):

Callers 7

cameraFunction · 0.70
videoFunction · 0.70
image_greyscaleFunction · 0.70
checkerboardFunction · 0.70
every_nth_colFunction · 0.70
every_nth_rowFunction · 0.70
all_brightnessesFunction · 0.70

Calls 1

send_serialFunction · 0.90

Tested by

no test coverage detected