What Is An LCD?
What Is An LCD?
Polarizer
Color Filter
Liquid
Crystal orient
themselves
in random
direction.
The liquid crystal
can be twisted
in a predictable
patterns
Liquid
Crystal
The electrodesorient
canthemselves
control the
in random
orientation of
the direction.
liquid crystal
By adjusting the
electricity that
flows in the
electrodes, the
amount of light
that can pass
through the LCD
can be controlled.
L CD 1602
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
1
PAR T s
LCD 1602 with I2C module
C D S
1. INCLUDE LIBRARY
•lcd.blink()
Creates a block style cursor that
blinks on and off at approximately
500 milliseconds
CODES USED FOR LCD
•lcd.display()
Turns on any text or cursor that
have been printed to the LCD
Screen
CODES USED FOR LCD
•lcd.scrollDisplayLeft()
Takes anything printed to the LCD
and moves it to the left
Should be in the void loop with a
delay command.
CODES USED FOR LCD
•lcd.scrollDisplayRight()
Takes anything printed to the LCD
and moves it to the left
Should be in the void loop with a
delay command
CODES USED FOR LCD
•lcd.createChar ()
Allows you to create your own
custom character
CUSTOM
CHARACT ERS
LCD_I2C’s Commands
Used to communicate with I2C
devices
byte variablename [ ] = {
}
https://maxpromer.github.io/LCD-
Character-Creator/
Used to initialize the lcd.