# SK6812 Warm White Channel Configuration

**URL:** https://wled.discourse.group/t/sk6812-warm-white-channel-configuration/12071
**Category:** Questions
**Created:** [June 19, 2024, 4:10am UTC](https://wled.discourse.group/t/sk6812-warm-white-channel-configuration/12071 "2024-06-19T04:10:25Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![andpro792](https://yyz2.discourse-cdn.com/free1/user_avatar/wled.discourse.group/andpro792/32/7919_2.png) [@andpro792](https://wled.discourse.group/u/andpro792)
#### Post date: [June 19, 2024, 4:10am UTC](https://wled.discourse.group/t/sk6812-warm-white-channel-configuration/12071/1 "2024-06-19T04:10:25Z")

</div>

Hello! I’ve searched a bit for this and haven’t found a solid answer. Is there any way to make WLED calculate color temperature assuming that the W channel on a strip is a Warm White diode? As of now setting to a warm temperature results in it tinting the 3000K white led incorrectly. Thanks in advance for the help!

---

<div class="post-metadata">

### Author: ![Magig\_Wled](https://avatars.discourse-cdn.com/v4/letter/m/db5fbb/32.png) [@Magig\_Wled](https://wled.discourse.group/u/Magig_Wled)
#### Post date: [June 19, 2024, 4:32pm UTC](https://wled.discourse.group/t/sk6812-warm-white-channel-configuration/12071/2 "2024-06-19T16:32:38Z")

</div>

welcome @andpro792 Hi  
the Color Temp depends also on Stripe Voltige the SK6812 may not be the real controller on the LED only the Manufacter advice so its very hard to tell

the DEVES on Wled are working ona issue that targets this Color Differents even on other type stripes to get a per PIN correction Value

is it a REAL 5PIN LED Stripe

---

<div class="post-metadata">

### Author: ![andpro792](https://yyz2.discourse-cdn.com/free1/user_avatar/wled.discourse.group/andpro792/32/7919_2.png) [@andpro792](https://wled.discourse.group/u/andpro792)
#### Post date: [June 19, 2024, 4:56pm UTC](https://wled.discourse.group/t/sk6812-warm-white-channel-configuration/12071/3 "2024-06-19T16:56:58Z")

</div>

Thanks for responding!

This is a 3 pin pixel map strip from [superlightingled.com](http://superlightingled.com).

Seemingly setting the color temp colder somewhat rectifies the issue despite the strip being a bit more red/pink than a consumer LED product from Govee/Hue/LIFX. For reference 4200K on this strip looks like a LIFX 2700K, near identical but the SK6812 (so we think) product has a pinkish tone vs the more amber tone of the other.

---

<div class="post-metadata">

### Author: ![Magig\_Wled](https://avatars.discourse-cdn.com/v4/letter/m/db5fbb/32.png) [@Magig\_Wled](https://wled.discourse.group/u/Magig_Wled)
#### Post date: [June 21, 2024, 11:38am UTC](https://wled.discourse.group/t/sk6812-warm-white-channel-configuration/12071/4 "2024-06-21T11:38:17Z")

</div>

This also depends higly on the Power  
if you injekt multiple times like in a matrix the color Temp changes slightly

---

<div class="post-metadata">

### Author: ![andpro792](https://yyz2.discourse-cdn.com/free1/user_avatar/wled.discourse.group/andpro792/32/7919_2.png) [@andpro792](https://wled.discourse.group/u/andpro792)
#### Post date: [June 21, 2024, 5:03pm UTC](https://wled.discourse.group/t/sk6812-warm-white-channel-configuration/12071/5 "2024-06-21T17:03:49Z")

</div>

Interesting. There’s only one injection point that I’ve found necessary when installing.

It’s about 6.45m of 12v tape. The color temp seems consistent across the strip.

So I understand: WLED knows that this strip is RGBWarmWhite (3000K) without me telling it? There were options for me to purchase a Natural or Cool White as well but I didn’t realize that it wasn’t an option to pick from on the WLED controller software.

---

<div class="post-metadata">

### Author: ![kilrah](https://yyz2.discourse-cdn.com/free1/user_avatar/wled.discourse.group/kilrah/32/5927_2.png) [@kilrah](https://wled.discourse.group/u/kilrah)
#### Post date: [June 22, 2024, 7:36am UTC](https://wled.discourse.group/t/sk6812-warm-white-channel-configuration/12071/6 "2024-06-22T07:36:32Z")

</div>

Ignore, he’s completely missed the question again.

The auto-white is pretty basic and doesn’t take color temp into account

> <https://github.com/Aircoookie/WLED/blob/main/wled00/bus_manager.cpp#L78>

---

<div class="post-metadata">

### Author: ![blazoncek](https://yyz2.discourse-cdn.com/free1/user_avatar/wled.discourse.group/blazoncek/32/1886_2.png) [@blazoncek](https://wled.discourse.group/u/blazoncek)
#### Post date: [June 23, 2024, 8:33am UTC](https://wled.discourse.group/t/sk6812-warm-white-channel-configuration/12071/7 "2024-06-23T08:33:14Z")

</div>

WLED does not know about color temperature of LEDs.  
What it does when you set “color temperature” is approximate perceived color temperature based on some common values. Those may not be accurate for a particular strip/LEDs.

If you are using a CCT strip (one having CW and WW LEDs) it will proportionally light up each of the LEDs according to temperature slider.

Auto white has nothing to do with color temperature.

---

<div class="post-metadata">

### Author: ![andpro792](https://yyz2.discourse-cdn.com/free1/user_avatar/wled.discourse.group/andpro792/32/7919_2.png) [@andpro792](https://wled.discourse.group/u/andpro792)
#### Post date: [June 24, 2024, 5:18pm UTC](https://wled.discourse.group/t/sk6812-warm-white-channel-configuration/12071/8 "2024-06-24T17:18:17Z")

</div>

Thank you for this!
