OK I need to clarify the issue I think... When I supply a load to the pin the light's go yellow, but don't turn off when I kill the load. I can use the app to change the color or turn off. Before I wrote that the board is non-responsive, but that's not correct sorry.
I believe my problem is with this part of the code:
if(lsiState == LOW) {
strip_left.show();
Maybe I need a "then" statement instead of "if"? Also, I need help with using something return to last state instead of show().
Cheers