Product Overview
This Arduino compatible shield offers a 16x2 character LCD screen with 5 navigation buttons built-in. This shield uses the standard LiquidCrystal Library that comes with the Arduino IDE 1.0+
Features:
- 16 x 2 character LCD display
- Blue background with LED backlight
- White LCD characters
- Contrast control
- 5 navigation buttons (SELECT, LEFT, RIGHT, UP, DOWN)
- 1 Reset button
Pins used: A0 (for buttons), D4-D10
Note: All the examples in the LiquidCrystal library work great. Just change the following initialization line in the code:
LiquidCrystal lcd(8, 9, 4, 5, 6, 7);
Documents: