I am trying to use some addressable leds this year and to keep things simple I wanted to drive them using the roborio, but I am currently running into a problem. When I set the led buffer length I am getting an error ERROR 1 Unhandled exception: edu.wpi.first.hal.util.UncleanStatusException: Code: -1028. Data length must be less than or equal to 1. 104 was requested frc.robot.subsystems.Lighting.setLEDColor(Lighting.java:51) Lighting.java
When I call the set led color command in the robot container it just sends the error above and we cant seem to figure out why. Any ideas?