Skip to content

Commit

Permalink
updated orange color so it looks more orange -- decreased the green c…
Browse files Browse the repository at this point in the history
…hannel
  • Loading branch information
elyons committed Jun 10, 2018
1 parent 3204cca commit 5827850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AddressableStrip.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ void AddressableStrip::color2RGB(String color, int &r, int &g, int &b)
else if (color.equalsIgnoreCase("orange"))
{
r=255;
g=128;
g=50;
b=0;
}
else if (color.equalsIgnoreCase("lime"))
Expand Down

0 comments on commit 5827850

Please sign in to comment.