jasoncoon / esp8266-fastled-webserver

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

Red and Green are switched #165

Closed AndreAmaralGit closed 3 years ago

AndreAmaralGit commented 4 years ago

When I try to choose a single color, on the colors buttons, color wheel and the RGB sliders, the green and the red are switched. For example, when I try to put the red color in any of the options that I said before, always shows me the green and when I move by the reddish tones, on the led strip it is moving by the green tones.

ArtursGailis1995 commented 4 years ago

Look for #define COLOR_ORDER GRB in esp8266-fastled-webserver.ino and try changing it to #define COLOR_ORDER RGB

jasoncoon commented 3 years ago

Closing, reopen if needed.