Button Behavior
The handling of the button states is a bit weird- it seems like the PLT's logic for a button press consists of "is the button currently pressed" rather than "has the button transitioned from un-pressed to pressed."
For example, if you press and hold the rightmost button, the PLT jumps back and forth between the home screen and the menu screen continuously. This happens just quickly enough that a single button press sometimes registers as two. I thought this was a debouncing problem, until I noticed that holding down the button causes the PLT to jump between menus forever.
Changing the way the PLT handles button presses would make it a lot more natural to use.
Please sign in to leave a comment.
Comments
1 comment