Added GPIO Slowdown default

This commit is contained in:
Brendan Porter
2018-08-15 18:23:45 -05:00
parent 3b69399be2
commit 1338f76145

View File

@@ -56,6 +56,7 @@ var DefaultConfig = HardwareConfig{
PWMLSBNanoseconds: 130, PWMLSBNanoseconds: 130,
Brightness: 100, Brightness: 100,
ScanMode: Progressive, ScanMode: Progressive,
GPIOSlowdown: 1,
} }
// HardwareConfig rgb-led-matrix configuration // HardwareConfig rgb-led-matrix configuration