jasoncoon / esp8266-fastled-webserver

GNU General Public License v3.0
713 stars 359 forks source link

white (255,255,255) looks pinkish #153

Closed ghost closed 3 years ago

ghost commented 4 years ago

i just installed the software on my esp8266 and everything works fine except for the colour white. it has kind of a red tint to it and i’m not sure how to fix it. i never changed anything in the software other than wifi ssid/password.

CorpusCallosum commented 4 years ago

This either has something to do with the LEDs you are using, or it could be that you are not supplying them enough power. LEDs will almost never look exactly white, so that will need to be calibrated. If they are not getting enough volts or amps, they will shift towards red, making them look pinkish.

ghost commented 4 years ago

This either has something to do with the LEDs you are using, or it could be that you are not supplying them enough power. LEDs will almost never look exactly white, so that will need to be calibrated. If they are not getting enough volts or amps, they will shift towards red, making them look pinkish.

i dont think it would be that because i was just using the tree v2 program and it was fine but maybe i’ll just switch out the cables

jasoncoon commented 4 years ago

If you're sure it's not power-related, check the color correction setting.

This sketch uses TypicalLEDStrip: https://github.com/jasoncoon/esp8266-fastled-webserver/blob/master/esp8266-fastled-webserver.ino#L228

Tree v2 uses Typical8mmPixel: https://github.com/evilgeniuslabs/tree-v2/blob/master/tree-v2.ino#L247

jasoncoon commented 3 years ago

Closing this issue, feel free to reopen it if needed.