MycroftAI / enclosure-mark1

Replacing the faceplate repo
Apache License 2.0
9 stars 8 forks source link

Created PingPongAnim class #43

Closed MatthewScholefield closed 5 years ago

MatthewScholefield commented 8 years ago

This relies on #40 .

The PingPongAnim class generates frame ids in a first increasing and then decreasing pattern. For example, for image data of size four this would play the following sequence of frames: { 0, 1, 2, 3, 2, 1 }. The current think animation is an example of this behavior.

isaacnward commented 8 years ago

LGTM

penrods commented 5 years ago

Interesting, but too large to pull onto Arduino. Closing unmerged.