pixelmatix / AnimatedGIFs

MIT License
62 stars 34 forks source link

Adding push button to play gifs #16

Open kula2000uk opened 6 years ago

kula2000uk commented 6 years ago

How would i go about adding a push button to to trigger gifs?

jj2cool101 commented 6 years ago

This may help;

https://learn.adafruit.com/smartmatrix-remote-controlled-led-art-display

marcmerlin commented 6 years ago

@kula2000uk https://github.com/pixelmatix/AnimatedGIFs/pull/20 gives you the option to do previous/next GIF via serial port. It'd be trivial to replace 'n' and 'p' over serial with a hardware button if you'd like that.