You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I boot my Pi to the command line and start a python script with cron to display system stats on the sensehat.
The joystick can be used to adjust some settings of the displayed pixels.
Due to the fact that the joystick events are being passed through to the command line it is possible to go through the bash history and execute these commands when pressing the joystick.
Therefore I would like to prevent all events coming from the joystick from being processed anywhere else on the system.
Is this possible?
The text was updated successfully, but these errors were encountered:
I boot my Pi to the command line and start a python script with cron to display system stats on the sensehat.
The joystick can be used to adjust some settings of the displayed pixels.
Due to the fact that the joystick events are being passed through to the command line it is possible to go through the bash history and execute these commands when pressing the joystick.
Therefore I would like to prevent all events coming from the joystick from being processed anywhere else on the system.
Is this possible?
The text was updated successfully, but these errors were encountered: