P
P
Pavel Lapin2017-07-28 13:32:34
Arduino
Pavel Lapin, 2017-07-28 13:32:34

LCD 16x2, what can read mode be used for?

The LCD on the HD44780 has an R/W pin that is used to switch the mode (read/write). In all the examples I have seen, it is always shorted to ground.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Armenian Radio, 2017-07-28
@gbg

Reading is a very cool way to reliably know that the display has eaten data and you can send the next byte.
This allows you to update the picture very quickly, because you do not need to wait for a delay.

V
vanyamba-electronics, 2017-08-02
@vanyamba-electronics

When writing data, I switch this pin to send data to the display. Without this, part of the data was lost.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question