I set up a rule as follows:
Code: Select all
On Switch#State do
If [Switch#State]=1
oled,7,1,on
Else
oled,7,1,off
Endif
Endon
I don't want to work with the "clear" command because there's other stuff on the display that would disappear. And adding a whitespace in the rule behind "on" has no effect. Any ideas?
Thanks!