LCD Serial Shield


Mark Sproul
msproul _at_ skychariot.com

This Arduino board is designed to be primarily a standalone serial LCD display. It can also be used as a primary display on any arduino, regular or mega. It was desgined because of the lack of an LCD display board that supported proper ASCII (i.e. cr/lf) and was open source.

This board allows you to have a 2 line or 4 line LCD display WITHOUT using any extra Arduino pins. It just uses the TXData that normally goes to the USB port. Thus allowing you to use the same serial print functions that you would to the Arduino serial monitor.

It also means you do not need to include the LCD drivers in your program and saves you valuable space.

Board features

Software features

Serial communications

Parts List

Quantity ID Description Part# Comments
1 IC3 Atmeg168 OR Atmega328 The standard code fits fine in the 168
1 T1 TIP120 or TIP122 TIP120 Darlington Transistor
9 0.01 uF capacitor
8 S1-7, Reset Pushbutton switch Sparkfun COM-00097
1 Trim pot Sparkfun
1 R1 Resister 1/4w 10K
1 R2 Resister 1/4w 150 ohm
1 R3 Resister 1/4w 330 ohm
1 SG1 Buzzer Sparkfun COM-07950 Optional
1 IC2 MAX232 RS-232 driver Optional
1 X1 DB-9 Female connector Optional
0 IC1 Arduino Outline IC1 is the Arduino board outline

Programming the LCDshield

In order to program the Arduino CPU on the LCDshield you need an FTDI USB cable or equivalent. You must set both TXD and RXD jumpers to position 6 (FTDI). Once this is done, the LCDsheild should be have just like an Arduino Duemilanove with either the 168 or 328 CPU. The LCD shield can use the standard LiquidCrystal library.

If you don't have an FTDI cable, you can put the ATMEGA cpu in an Arduino board, program it, and then put it back in the LCDshield. This of course is fairly inconvient but it works.