Added icon upload script, fixed ledmatrix for different layout
This commit is contained in:
18
config.json
18
config.json
@@ -1,8 +1,9 @@
|
||||
|
||||
{
|
||||
"networks": [
|
||||
{
|
||||
"ssid":"yourWiFiSSID",
|
||||
"password":"yourWiFiPassword"
|
||||
"ssid":"poes",
|
||||
"password":"Rijnstraat214"
|
||||
},
|
||||
{
|
||||
"ssid":"otherWiFiSSID",
|
||||
@@ -18,12 +19,13 @@
|
||||
"debug": false,
|
||||
"columns": 32,
|
||||
"stride": 8,
|
||||
"fps": 10
|
||||
"fps": 10,
|
||||
"rotation" : 0
|
||||
},
|
||||
"Boot": {
|
||||
"intensity": 0.03
|
||||
},
|
||||
"Animation": {
|
||||
"disabledAnimation": {
|
||||
"intensity": 0.05,
|
||||
"debug": false,
|
||||
"icons": [
|
||||
@@ -36,17 +38,17 @@
|
||||
"icons/tv-movie.bin"
|
||||
]
|
||||
},
|
||||
"Clock": {
|
||||
"disabledClock": {
|
||||
"intensity": 0.05,
|
||||
"debug": true
|
||||
},
|
||||
"disabledDemo": {
|
||||
"Demo": {
|
||||
"intensity": 0.05
|
||||
},
|
||||
"Fire": {
|
||||
"disabledFire": {
|
||||
"intensity": 0.05
|
||||
},
|
||||
"Weather": {
|
||||
"disabledWeather": {
|
||||
"intensity": 0.05,
|
||||
"debug": true,
|
||||
"lat": 59.3293,
|
||||
|
||||
Reference in New Issue
Block a user