Me RGB LED basic code


#1

Hi, I just want to make the Me RGB module to turn white light on and off. Does anybody knows how to do it? I’ve been playing with the three example codes but I don’t figure out how to just turn on the module on one color.

Thanks in advance!


#2

Hello

I am not sure what software did you use to program, you can try to use Arduino to program the RGB module, there are some example codes on the Github, try that.


#3

Thanks for the answer, I just managed to do it.

The three examples that are on the Internet are complicated I just wanted to know the basic commands.

Led.clear() turn them off
LedsetColorAt(1, 255, 0, 0) is led number 2 full red (led number, amount of red, amount of green, amount of blue)


#4