partofthething / infopanel

Show live data, animations, pictures, or anything on simple displays like RGB matrices
https://partofthething.com/infopanel/
GNU General Public License v3.0
33 stars 12 forks source link

config.py - change parameters to support faster raspberries #19

Closed spants closed 4 years ago

spants commented 4 years ago

The line in config.py should be amended to support faster Pis
old: 'led-slowdown-gpio': vol.All(int, vol.Range(min=0, max=2))

new:
'led-slowdown-gpio': vol.All(int, vol.Range(min=0, max=4))

sorry I don't know how to do a pull request!

partofthething commented 4 years ago

Thanks! On it.

partofthething commented 4 years ago

fixed in 52e7a0741d0de