Pi LCD Shield buttonPressed() returns True on initialization

Talk about Adafruit Raspberry Pi® accessories!

Moderators: adafruit_support_bill, adafruit

Forum rules
Talk about Adafruit Raspberry Pi® accessories! Please do not ask for Linux support, this is for Adafruit products only! For Raspberry Pi help please visit: http://www.raspberrypi.org/phpBB3/

Pi LCD Shield buttonPressed() returns True on initialization

Postby collinmoerman » Mon Feb 04, 2013 2:16 pm

The buttonPressed() function from Adafruit_CharLCDPlate is returning True immediately after initialization.

Program:
Code: Select all
#!/usr/bin/python

from time import sleep
from Adafruit_I2C import Adafruit_I2C
from Adafruit_MCP230xx import Adafruit_MCP230XX
from Adafruit_CharLCDPlate import Adafruit_CharLCDPlate

import smbus

#Using busnum = 1 for Pi v2
lcd = Adafruit_CharLCDPlate(busnum = 1)
lcd.clear()

while True:
print "LEFT:\t%s" % lcd.buttonPressed(lcd.LEFT)
print "RIGHT:\t%s" % lcd.buttonPressed(lcd.RIGHT)
print "UP:\t%s" % lcd.buttonPressed(lcd.UP)
print "DOWN:\t%s" % lcd.buttonPressed(lcd.DOWN)
print "SELECT:\t%s" % lcd.buttonPressed(lcd.SELECT)
sleep(.25)

Output:
Code: Select all
pi@raspberrypi:~/cdp$ sudo python button-test.py
LEFT:   True
RIGHT:  True
UP:     True
DOWN:   True
SELECT: True
LEFT:   True
RIGHT:  True
UP:     True
DOWN:   True
SELECT: True
LEFT:   True
RIGHT:  True
UP:     True
DOWN:   True
SELECT: True
LEFT:   True
RIGHT:  True
UP:     True
DOWN:   True
SELECT: True
LEFT:   True
RIGHT:  True
UP:     True
DOWN:   True
SELECT: True
LEFT:   True
RIGHT:  True
UP:     True
DOWN:   True
SELECT: True
^CTraceback (most recent call last):
  File "button-test.py", line 20, in <module>
    sleep(.25)
KeyboardInterrupt


I am not holding down the buttons, If I press a button it stays True, so it's not just inverting True and False.
collinmoerman
 
Posts: 1
Joined: Mon Feb 04, 2013 2:01 pm

Re: Pi LCD Shield buttonPressed() returns True on initialization

Postby fidelite » Tue Feb 05, 2013 6:45 am

I just ran the same script on my new LCD Pi Plate on a version 2 rpi, and it reports false until I actually push a button. Sounds like a hardware issue.
fidelite
 
Posts: 10
Joined: Tue Feb 05, 2013 6:42 am


Return to Adafruit Raspberry Pi® accessories

Who is online

Users browsing this forum: No registered users and 3 guests

Stuff to buy from the Adafruit store and links to product documentation!


New Products [108]

Raspberry Pi[80]
 
FLORA[23]
 
Bunnie Studios[9]
 
FPGA[1]
 
mbed[11]
Arduino[60]
 
NETduino[14]
 
BeagleBone[24]
 
Android[6]
 
XBee[10]
More Dev Boards[31]


 
BoArduino[8]
 
SpokePOV[4]
 
TV-B-Gone[4]
 
MiniPOV[3]
 
SIM reader[3]
 
Microtouch[5]
 
Clocks & Watches[18]
 
Drawdio[4]
 
Brain Machine[1]
 
Game of Life[2]
 
MintyBoost[2]
More DIY Kits[16]


 
MaKey MaKey[3]
 
Tweet-a-Watt[5]
 
Young Engineers[33]
 
Discover Electronics[2]
 
Snap Circuits[4]
 
littleBits[3]
 
Project packs[8]


 
Breakout Boards[34]
LCDs & Displays[48]
Components & Parts[70]
Batteries & Power[49]
EL Wire/Tape/Panel[52]
LEDs[111]
 
Wireless[14]
Cables[62]
 
Lasers[6]
Sensors/Parts[145]
 
Enclosures/Cases[11]
 
Solar[11]
 
RFID / NFC[13]
Prototyping[70]
 
iDevices[13]
Tools[71]
 
Wearables[39]
 
CNC[37]
 
Robotics[29]
 
3D printing[1]
 
Materials[24]


 
Stickers[41]
 
Skill badges[55]
 
Books[25]
 
Circuit Playground[7]
 
Gift Certificates[4]