It's called 'SHOW' instead of visible in Lite-C smile

Quote:
And how to change this?

my.tilt = max(-90, ( min(my.tilt, 90) ));

It should be working in Lite-C as well, however you could check out "clamp" in the manual for simplifying this code smile