1
0
Fork 0
mirror of https://github.com/sexybiggetje/pixdisp.git synced 2024-11-14 07:41:03 +01:00
pixdisp/config.example.json

14 lines
No EOL
185 B
JSON

{
"bindAddr": "0.0.0.0",
"bindPort": 8080,
"driver": "dummy",
"matrix": {
"width": 16,
"height": 16,
"brightness": 1,
"flipHorizontal": false,
"flipVertical": false
}
}