Demo Video

In this project, we will use the Serial LCD II for displaying a message to display using  gizDuino LIN-UNO and Serial LCD Library.

WHAT IS SERIAL LCD II?

Is an interface board that allows you to use LCD displays (2×16 or 4×20) in your projects. Displaying a message from your host controller becomes just a simple matter of sending the message to display.

Materials:

Breadboard:

CONNECTIONS:

GizDuino LIN-UNO –> Serial LCD II

5V –> V+

GND –> GND

RX(D0) –> TX

TX(D1) –> RX

Input Supply 7 to 12VDC –> +VIN

EGIZMO SERIAL LCD LIBRARY:

Download eGizmo_SerialLCD Library!

(Examples: Hello_world,Digital pins, Digital read,Temperature Display)

How to add the Library?

Add the eGizmo SerialLCD library. Go to My Documents> Arduino> libraries. Place the eGizmo_SerialLCD folder (which contains examples folder,src,cpp,h, keywords files).

CODES: