I noticed that there was a problem with the emulator. The keyboard was not working correctly with shifted keys. It turned out to be an issue with the way that I implemented the keyboard handler and the version of PyGame that came pre-installed on the Raspberry Pi OS distribution. Fixed by updating PyGame with the following command.
pip install pygame --upgrade
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.