Name of Experiment: LCD Display Exp No: 2 Background: Student should have a basic knowledge of Arduino software & Arduino programming. Summary: After going through this experiment, student should be able to display the text on LCD display. Learning Objective: To understand the interfacing of LCD with Intel Galileo Gen1. |
Target Platform:This experiment is tested on Intel Galileo Board Gen1 using Arduino software.
Source Code: |
#include <LiquidCrystal.h>
|
Observation: It is observed that the text "IGDTUW" is displayed on the LCD screen as shown in the snapshot.
Right Click Here And Select Save Target For Entire Download:
LCD Display