B523 LED configuration

In the B523 first board tutorial


the RGB LED (connected to pins LED-R, LED-G, LED-B) is common anode, but on my board it is common cathode. How do I re-configure that in SW?

(I have only been able to find mirrorTo() where this can be done for additional LED’s).

It’s not possible to change to a common cathode RGB LED without modifying Device OS, or using the mirrorTo function to move it to other pins.

Thanks, too bad. Though not intended, perhaps I can use mirrorTo() to mirror to the same pins, until I get a new board revision.

If mirrorTo does not work for the same pins. I guess it is possible to use RGB.control() to take over and show something useful for bringing up the rest of the PCB …

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.