Sign up ×
Arduino Stack Exchange is a question and answer site for developers of open-source hardware and software that is compatible with Arduino. It's 100% free, no registration required.

Does anybody know if there is any documentation available online on basic information about using displays with Arduino Uno? I've never used displays before and would very much appreciate some basic information on the different types etc..

Any information that can help me choose what display I want to buy for my next project will be helpful.

for ex: Right now I don't even know what a shield is in context to a display and whether or not I should look for one in my purchasing my display.

share|improve this question
2  
A shield is just an Arduino-shaped horse that holds electronics, and is not related to using a display per se. –  Ignacio Vazquez-Abrams Dec 20 '14 at 1:31

1 Answer 1

up vote 1 down vote accepted

The Arduino website has a list of LCD displays and link with more information about each one. For controlling the display you may want to look at Arduino's LiquidCrystal Library.

If you are looking for a step by step guide for using a lcd display with the Arduino, there is a nice guide on Adafruit.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.