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

Function get_animate

python/inputmodule/inputmodule/ledmatrix.py:75–79  ·  view source on GitHub ↗

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

(dev)

Source from the content-addressed store, hash-verified

73
74
75def get_animate(dev):
76 """Tell the firmware to start/stop animation.
77 Scrolls the currently saved grid vertically down."""
78 res = send_command(dev, CommandVals.Animate, with_response=True)
79 return bool(res[0])
80
81
82def image_bl(dev, image_file):

Callers 1

main_cliFunction · 0.90

Calls 1

send_commandFunction · 0.90

Tested by

no test coverage detected