1
0
Fork 0
mirror of https://github.com/martijndeb/pixdisp.git synced 2025-04-28 20:18:28 +02: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
}
}