Quote Originally Posted by DynamoBen
Your example had the same issue. User sees no change in the display until the button is released.

I will look into placing the while:wend after display update.
Other than my goof with the WHILE / WEND, the code will jump to a new menu after a HOLD of ~ 1 second. If only pressed, the button test loop ends immediately, and the code continues as needed after a press & release.

The button test loop auto-terminates after 2 seconds, so even if the user continues holding the button, the code will jump to the new menu anyway, and only after writing the new menu, does it then wait for a button release.

Arch