# Rgbcct

**URL:** https://wled.discourse.group/t/rgbcct/566
**Category:** Questions
**Created:** [June 22, 2020, 11:26am UTC](https://wled.discourse.group/t/rgbcct/566 "2020-06-22T11:26:04Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![yevit](https://avatars.discourse-cdn.com/v4/letter/y/a4c791/32.png) [@yevit](https://wled.discourse.group/u/yevit)
#### Post date: [June 22, 2020, 11:26am UTC](https://wled.discourse.group/t/rgbcct/566/1 "2020-06-22T11:26:04Z")

</div>

Hi,

Please ignore my ignorance on this, I’m new to wled and the different types of LED strips.

I’ve been looking into this project as an alternative to hue strips to complement my hue lights. It looks very good but the one thing I’m reading is that to get similar white colours that hue can offer I’d need strips with the warm and cold leds (RGBCCT), something like this [https://www.aliexpress.com/item/32934275975.html?spm=a2g0s.9042311.0.0.34354c4dxADDuj](https://www.aliexpress.com/item/32934275975.html?spm=a2g0s.9042311.0.0.34354c4dxADDuj).

Correct me if I’m wrong but from what I’ve read thats not something wled supports. Is there any plan to support strips like this in the future?

---

<div class="post-metadata">

### Author: ![tonyno](https://yyz2.discourse-cdn.com/free1/user_avatar/wled.discourse.group/tonyno/32/242_2.png) [@tonyno](https://wled.discourse.group/u/tonyno)
#### Post date: [June 22, 2020, 1:34pm UTC](https://wled.discourse.group/t/rgbcct/566/2 "2020-06-22T13:34:12Z")

</div>

These are supported now, but would just need to be compiled for them (WLED\_USE\_5CH\_LEDS).

---

<div class="post-metadata">

### Author: ![yevit](https://avatars.discourse-cdn.com/v4/letter/y/a4c791/32.png) [@yevit](https://wled.discourse.group/u/yevit)
#### Post date: [June 22, 2020, 1:45pm UTC](https://wled.discourse.group/t/rgbcct/566/3 "2020-06-22T13:45:42Z")

</div>

Oh right nice 🙂 . Thanks for you’re help, sorry I must have missed that in the docs

---

<div class="post-metadata">

### Author: ![Gloschkid](https://avatars.discourse-cdn.com/v4/letter/g/ec9cab/32.png) [@Gloschkid](https://wled.discourse.group/u/Gloschkid)
#### Post date: [July 8, 2020, 10:51pm UTC](https://wled.discourse.group/t/rgbcct/566/4 "2020-07-08T22:51:24Z")

</div>

Hello,  
I have smart lights with an integrated esp8266. They are 5 channel RGBcct using pins 15,05,12,14, and 04 (RGB CW WW). I uncommented WLED\_USE\_ANOLOG\_LEDS, WLED\_USE\_H801, and WLED\_USE\_5CH\_LEDS. I also changed GPIN to pin 05 UNDER #ifdef WLED\_USE\_H801. RGB works fine, and CW seems to work, I cannot however get WW to work at all. Any help would be appreciated, I am using WLED 0.10.1 (build 2007020). Update: all channels work when the light is set to max brightness but mixing across CW and WW seems to be broken. For example, if I tell Alexa to set it to daylight white (25% WW and 75% CW) it shows mostly WW with some RGB at a blueish white. Any possibility this can be fixed in code whites showing only on white LEDs and the ability to dim the white values?
