Liquid crystal display Flashcards

1
Q

What library is used to allow Arduino to control LCD?

A

<LiquidCrystal_I2C.h>
</LiquidCrystal_I2C.h>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

The code that is used to initialize the LCD

A

LiquidCrystal_I2C lcd (0x27,20,4);

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which function is used to send data to the LCD?

A

print()

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What function is used to indicate the starting location when inputting data to the LCD?

A

setCursor()

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is used to include standard library headers that provide various functionalities

A

include

<LiquidCrystal_I2C.h>
</LiquidCrystal_I2C.h>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly