Configuration Help #73
-
Describe your desired configuration Hardware info
Current configuration
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You have to set the DeviceType for the ports, otherwise its using the default device with only 12 leds. "PortConfigs": [
{
"Ports": [
[9802, 8501, 1],
[9802, 8501, 2],
[9802, 8501, 3],
[9802, 8501, 4],
[9802, 8501, 5],
[9802, 8502, 1],
[9802, 8502, 2],
[9802, 8502, 3],
[9802, 8502, 4]
],
"Config": {
"DeviceType": "RiingTrio",
}
}
], Inner ring should be last 6 colors so just set everything else to |
Beta Was this translation helpful? Give feedback.
-
That did it, thanks so much! |
Beta Was this translation helpful? Give feedback.
You have to set the DeviceType for the ports, otherwise its using the default device with only 12 leds.
Inner ring should be last 6 colors so just set everything else to
[0, 0, 0]