Liquid crystal display Flashcards
1
Q
What library is used to allow Arduino to control LCD?
A
<LiquidCrystal_I2C.h>
</LiquidCrystal_I2C.h>
2
Q
The code that is used to initialize the LCD
A
LiquidCrystal_I2C lcd (0x27,20,4);
3
Q
Which function is used to send data to the LCD?
A
print()
4
Q
What function is used to indicate the starting location when inputting data to the LCD?
A
setCursor()
5
Q
What is used to include standard library headers that provide various functionalities
A
include
<LiquidCrystal_I2C.h>
</LiquidCrystal_I2C.h>