Update
This commit is contained in:
parent
0714cf5252
commit
484fd53818
@ -37,13 +37,16 @@ void fmf2() {setAll(255, 0, 255);show();}
|
||||
void fmf3() {
|
||||
switch (currentRGB) {
|
||||
case 'i':
|
||||
setQ(255, 0, 63);setW(255, 246, 0);setA(0, 128, 0);setS(255, 0, 63);show();currentRGB = "r";
|
||||
setQ(255, 0, 63);setW(255, 246, 0);setA(0, 128, 0);setS(255, 0, 63);show();currentRGB = 'r';
|
||||
break;
|
||||
case 'o':
|
||||
setAll(0, 0, 255);show();currentRGB = "i";
|
||||
setAll(0, 0, 255);show();currentRGB = 'i';
|
||||
break;
|
||||
/* case 'r':
|
||||
setAll(0, 0, 0);show();currentRGB = "o";
|
||||
break;*/
|
||||
default:
|
||||
setAll(0, 0, 0);show();currentRGB = "o";
|
||||
setAll(0, 0, 0);show();currentRGB = 'o';
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user