Skip to content

Instantly share code, notes, and snippets.

@axodox
Created November 30, 2020 15:56
Show Gist options
  • Save axodox/9f66640f25d3e891e7fcd43df5818a0d to your computer and use it in GitHub Desktop.
Save axodox/9f66640f25d3e891e7fcd43df5818a0d to your computer and use it in GitHub Desktop.
My config file for Lux
{
"adaLight": {
"usbVendorId": 6790,
"usbProductId": 29987,
"baudRate": 1000000,
"ledSyncDuration": 10
},
"layout": {
"displaySize": {
"width": 121.8,
"height": 68.5
},
"startPosition": {
"reference": "bottomRight",
"x": 2,
"y": 4
},
"segments": [
{
"endPosition": {
"reference": "topRight",
"x": 2,
"y": 2
},
"lightCount": 37
},
{
"endPosition": {
"reference": "topLeft",
"x": 2,
"y": 2
},
"lightCount": 69
},
{
"endPosition": {
"reference": "bottomLeft",
"x": 2,
"y": 4
},
"lightCount": 37
},
{
"endPosition": {
"reference": "bottomLeft",
"x": 2,
"y": 0
},
"lightCount": 0
},
{
"endPosition": {
"reference": "bottomRight",
"x": 2,
"y": 0
},
"lightCount": 71
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment