FabianRig / ArduinoMoonBoardLED

LED system compatible with MoonBoard based on Arduino Nano 33 BLE
GNU General Public License v3.0
71 stars 14 forks source link

Use ledoffset for people using small led strips #17

Closed labs-tibox closed 10 months ago

FabianRig commented 11 months ago

Hi!

Thank you for the PR! From what I can see, there are a lot of unnecessary commits. If I understand correctly, you'd just like to add functionality to skip several LEDs if you have shorter wire lengths, correct?

That feature is already included in the LED mapping. You can simply adjust the LED mapping to achieve what you're doing with the multiplication by "LED_OFFSET". Actually, the LED mapping is more powerful because it can even adjust for shifted LEDs.

Please correct me if I misunderstood!

Best regards