diff --git a/Core/Src/sts_lamp_bar.c b/Core/Src/sts_lamp_bar.c index cd3aca8..317b0c1 100644 --- a/Core/Src/sts_lamp_bar.c +++ b/Core/Src/sts_lamp_bar.c @@ -236,7 +236,7 @@ void STS_Lamp_Bar_Scoller(uint8_t color, uint8_t lum_level) */ } - +/* void STS_WS2812B_Set_RGB(uint8_t red, uint8_t green, uint8_t blue, uint8_t idx) { for (uint8_t j = 0; j < 8; j ++) @@ -246,11 +246,12 @@ void STS_WS2812B_Set_RGB(uint8_t red, uint8_t green, uint8_t blue, uint8_t idx) rgb_buf.GRB[idx*24+16+j] = (uint16_t)(((blue<