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

Function animate

python/inputmodule/inputmodule/ledmatrix.py:69–72  ·  view source on GitHub ↗

Tell the firmware to start/stop animation. Scrolls the currently saved grid vertically down.

(dev, b: bool)

Source from the content-addressed store, hash-verified

67
68
69def animate(dev, b: bool):
70 """Tell the firmware to start/stop animation.
71 Scrolls the currently saved grid vertically down."""
72 send_command(dev, CommandVals.Animate, [b])
73
74
75def get_animate(dev):

Callers 2

main_cliFunction · 0.90
run_guiFunction · 0.90

Calls 1

send_commandFunction · 0.90

Tested by

no test coverage detected