Difference between revisions of "Arduino 1602 LCD Shield"
From ITEAD Wiki
(Created page with "==Overview== ==Features== ==Specifications== ==Electrical Characteristics== ==Pins description== ==Download== ==Useful Links==") |
(→Overview) |
||
Line 1: | Line 1: | ||
==Overview== | ==Overview== | ||
+ | |||
+ | [[File:1602 LCD SHIELD.jpg|thumb|400px|right]] | ||
+ | This Arduino 1602 LCD Keypad [[shield]] is developed for Arduino compatible boards, to provide a | ||
+ | user-friendly interface that allows users to go through the menu, make selections etc. It consists | ||
+ | of a LCD1602 white character blue backlight LCD. The keypad consists of 5 keys — select, up, right, | ||
+ | down and left. To save the digital IO pins, the keypad interface uses only one ADC channel. The | ||
+ | key value is read through a 5 stage voltage divider. | ||
==Features== | ==Features== |
Revision as of 06:51, 23 May 2014
Contents
Overview
This Arduino 1602 LCD Keypad shield is developed for Arduino compatible boards, to provide a user-friendly interface that allows users to go through the menu, make selections etc. It consists of a LCD1602 white character blue backlight LCD. The keypad consists of 5 keys — select, up, right, down and left. To save the digital IO pins, the keypad interface uses only one ADC channel. The key value is read through a 5 stage voltage divider.