mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 21:56:50 -04:00
Change Yellow Color
This commit is contained in:
committed by
Austin Schuh
parent
84eb58f0bc
commit
229ea2bd52
@@ -41,7 +41,7 @@ func (lightPacket *LightPacket) setColorFade(channel int, color string, fade byt
|
||||
case "green":
|
||||
lightPacket.setRgbFade(channel, 0, 15, 0, fade)
|
||||
case "yellow":
|
||||
lightPacket.setRgbFade(channel, 15, 13, 5, fade)
|
||||
lightPacket.setRgbFade(channel, 13, 15, 7, fade)
|
||||
case "darkred":
|
||||
lightPacket.setRgbFade(channel, 1, 0, 0, fade)
|
||||
case "darkblue":
|
||||
|
||||
Reference in New Issue
Block a user