Contributions to http://arduino-info.wikispaces.com/ are licensed under a GNU Free Documentation License. Las partes no contribuidas por los visitantes son propieaded intelectual 2012 Tangient LLC. |
Contributions to http://arduino-info.wikispaces.com/ are licensed under a GNU Free Documentation License. Las partes no contribuidas por los visitantes son propieaded intelectual 2012 Tangient LLC. |
LCD Display Shield with Pushbuttons
This is a Shield which can plug directly on top of an Arduino board with no additional wiring. Available HERE.
It has a 2x16 character White on Blue LCD display.
It also has 6 pushbuttons (Up), (Down), (Left), (Right), (Select). These drive a single Arduino pin (Analog 0) and a supplied sub routine returns which button was pushed. See "int read_LCD_buttons()" in the sketch below.
Additional pins that are available for other functions are brought out to pads for wires, pins etc. The pins dedicated to the LCD Display and pushbuttons are shown in the following table:
Pin Allocation for LCD, Buttons
Next
Here is a Test Software Sketch you can copy and paste into a New(blank) Arduino IDE window. It will show you on the display which buttons are pushed. NOTE: The display is crisp white on blue; the photo doesn't show it well.