LCD display

Post here about your Arduino projects, get help - for Adafruit customers!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
karllumpkins
 
Posts: 9
Joined: Wed May 02, 2012 11:32 pm

LCD display

Post by karllumpkins »

Can anyone tell me what would be the smallest board I could use behind a lcd display (16x2 hd44780) to display two lines of text? With and ....without using an i2c backpack? thanks :)

User avatar
adafruit_support_rick
 
Posts: 35092
Joined: Tue Mar 15, 2011 11:42 am

Re: LCD display

Post by adafruit_support_rick »

Do you mean, you want a small microcontroller to directly drive the LCD? Probably the simplest thing would be an Arduino Micro:
https://www.adafruit.com/product/1315 (without header pins)
https://www.adafruit.com/products/1086 (with header pins)

You can drive the LCD directly with that using the standard LiquidCrystal library

Or, you could use one of our backpacks and an even smaller microcontroller, such as a Trinket
https://www.adafruit.com/product/292 (I2C)
https://www.adafruit.com/product/782 (serial)

https://www.adafruit.com/product/1501 (Trinket)

Locked
Please be positive and constructive with your questions and comments.

Return to “Arduino”