Set the RGB LED of the board to show the given color.
col = color to show as String in format #FF00FF first 2 digits specify the RED, second the GREEN, third the BLUE component.
Set the RGB LED of the board to show the given color and effect.
col = color to show as String in format #FF00FF first 2 digits specify the RED, second the GREEN, third the BLUE component.
effect = on of RGB_ON/RGB_BLINK/RGB_FLASH/RGB_OFF
count = how long shall the effect be shown. (10 = 1sec, -1 shows forever.)
Set the RGB LED of the board to show the given color.
col = color to show as 32 bit int.
Set the RGB LED of the board to show the given color.
col = color to show as 32 bit int.
effect = on of RGB_ON/RGB_BLINK/RGB_FLASH/RGB_OFF
count = how long shall the effect be shown. (10 = 1sec, -1 shows forever.)
Set the RGB LED of the board to show the given color
red = RED color component (0-255)
green = GREEN color component (0-255)
blue = BLUE color component (0-255)
Set the RGB LED of the board to show the given color and effect.
red = RED color component (0-255)
green = GREEN color component (0-255)
blue = BLUE color component (0-255)
effect = on of RGB_ON/RGB_BLINK/RGB_FLASH/RGB_OFF
count = how long shall the effect be shown. (10 = 1sec, -1 shows forever.)
Set the RGB LED of the board to be OFF
Set the Brightness of the RGB LED of the board.
b = brightness from 0-255