Everything is printing fine but one thing I can not print a variable it gives me 4 lines in its place.
slcd.setCursor(0, 2);
slcd.print("Zone: ");
slcd.setCursor(6, 2);
slcd.print(varZoneTouch);
slcd.setCursor(7, 2);
slcd.print(" Selected");
in the above code everything print but the varZoneTouch variable!
can anyone help PLEASE!