Skip to content
Discussion options

You must be logged in to vote

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 [0, 0, 0]

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by MoshiMoshi0
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #73 on December 08, 2020 23:30.