Tell the firmware to start/stop animation. Scrolls the currently saved grid vertically down.
(dev, b: bool)
| 67 | |
| 68 | |
| 69 | def 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 | |
| 75 | def get_animate(dev): |
no test coverage detected