Project 6: Arduino print hello
In this aricle, I’ll explain how to connect LCD (Liquid Crystall Display) on an Arduino and all the different ways you can program it, print msg, scroll msg, make custom characters, blink msg, and position msg. Before going to to print hello or any text on LCD (Liquid Crystall Display ) you must know a brief about i2c communication . I2C LCD comes handy making use of only 2 pins (SDA & SCL) and this will help you to reduce number of wires in our circuit SCL is the clock signal SDA is the data signal. Hardware Required 1 × Arduino UNO or Genuino UNO 1 × USB 2.0 cable type A/B 1 × LCD n × Jumper Wires and BreadBoard CONNECTION PART This sketch prints "Egerton, University!" to the LCD and shows the time. The circuit: * LCD RS pin to digital pin 12 * LCD Enable pin to digital pin 11 * LCD D4 pin to digital pin 5 * LCD D5 pin to digital pin 4 * LCD D6 pin to