CommentStreams:B83d47268b160d1c8f5753aaa7410e4b

< 2.2 LCD
Revision as of 09:54, 9 February 2021 by 177.9.19.148 (talk) (Migrated comment #1364)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Thank you for this great guide. I managed to make the display work, but I'm still trying to get the buttons to work. After all the installation procedures, when I try to run any of the Python scripts like (rpi-2.2TFT-kbrd.py, for example), I get an error:

Traceback (most recent call last):

 File "/home/pi/Downloads/Python-keys/rpi-2.2TFT-jstk.py", line 26, in <module>
   import RPi.GPIO as GPIO

RuntimeError: This module can only be run on a Raspberry Pi!

What is going on?