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