Hello,
I'm trying to use the 4 buttons on a Adafruit 2.8" PiTFT capacitive touchscreen. The left button to use as powerswitch is not the problem - is working. To use the other 3 buttons in a Python program I get the problem that the RPI.GPIO module is not found.
I installed the python-dev and python-rpi.gpio modules etc. written in http://learn.adafruit.com/adafruits-ras ... gpio-setup . But when using import RPI.GPIO as GPIO in my python program I get this import error: No module named RPI.GPIO.
Thanks for help
Oldieman