diff --git a/main.c b/main.c index 34dd17c..7661a18 100644 --- a/main.c +++ b/main.c @@ -172,6 +172,8 @@ void led_rgb(uint8_t* rgb) return; } led_red(rgb[0] << 8); + led_red(rgb[0] << 8); + led_green(rgb[1] << 8); led_green(rgb[1] << 8); led_blue(rgb[2] << 8); // no idea why, but if I don't do it a second time the blue is a bit on when switched off