Files
lamatrix/config.json

58 lines
1.0 KiB
JSON

{
"networks": [
{
"ssid":"poes",
"password":"Rijnstraat214"
},
{
"ssid":"otherWiFiSSID",
"password":"otherWiFiPassword"
}
],
"port": "/dev/ttyACM0",
"baudrate": 115200,
"remapConsole": false,
"sceneTimeout": 40,
"tzOffsetSeconds": 3600,
"LedMatrix": {
"debug": false,
"columns": 32,
"stride": 8,
"fps": 10,
"rotation" : 0
},
"Boot": {
"intensity": 0.03
},
"disabledAnimation": {
"intensity": 0.05,
"debug": false,
"icons": [
"icons/game-tetris.bin",
"icons/game-pingpong.bin",
"icons/newyears.bin",
"icons/matrix.bin",
"icons/game-invaders-1.bin",
"icons/game-invaders-2.bin",
"icons/tv-movie.bin"
]
},
"disabledClock": {
"intensity": 0.05,
"debug": true
},
"Demo": {
"intensity": 0.05
},
"disabledFire": {
"intensity": 0.05
},
"disabledWeather": {
"intensity": 0.05,
"debug": true,
"lat": 59.3293,
"lon": 18.0686
}
}