eGizmo Serial LCD Library for Arduino
26 Oct
Posted By
0 Comment(s)
2118 View(s)
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:
- gizDuino LIN (Arduino UNO), USB cable
- 1 x Serial LCD II
- 5 x 1pin Male – Female jumper wires
- 1 x 13pins Angle Pins
- 1 x 9V 1A adaptor
Breadboard:
CONNECTIONS:
GizDuino LIN-UNO –> Serial LCD II5V –> 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).
Leave a Comment