implemented color wheel and external detail update

This commit is contained in:
joBr99
2022-03-12 18:14:56 +01:00
parent 45a0dbcfd8
commit 841b405fba
4 changed files with 72 additions and 29 deletions

View File

@@ -533,8 +533,8 @@ Timer tmSerial
spstr strCommand.txt,tTmp.txt,",",2
if(tTmp.txt=="disable")
{
vis t4,0
vis t3,0
vis t1,0
vis t2,0
vis hBrightness,0
mode_bright.val=0
}else
@@ -565,7 +565,7 @@ Timer tmSerial
}
// get ColorWheel value
spstr strCommand.txt,tTmp.txt,",",4
if(tTmp.txt=="enable")
if(tTmp.txt!="disable")
{
vis bColor,1
}

Binary file not shown.

Binary file not shown.