I dusted off my Aurora that previously worked fine a year or so ago, and now only the top half of the display is lighting up. I’m using the “smartmatrix32x32.json” configuration file (1024 pixels) with “type” changed to “fadecandy”. Am I doing something wrong?
{
"listen": [null, 7890],
"verbose": true,
"color": {
"gamma": 2.5,
"whitepoint": [1.0, 1.0, 1.0]
},
"devices": [
{
"type": "fadecandy",
"map": [
[ 0, 0, 0, 1024 ]
]
}
]
}