mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-26 17:27:47 +01:00
Update lcd_display.rst
This commit is contained in:
parent
e477822b64
commit
450d5bdf23
@ -21,8 +21,8 @@ with ESPHome. This integration is only for LCD displays that display individual
|
||||
It is possible to add 8 user-defined characters too.
|
||||
|
||||
|
||||
``lcd_pcf8574`` Component
|
||||
-------------------------
|
||||
lcd_pcf8574 Component
|
||||
---------------------
|
||||
|
||||
``lcd_pcf8574`` is for LCD displays with a PCF8574 connected to all the data pins. This has the benefit that you
|
||||
only need to connect two data wires to the ESP instead of the 6 or 10 with the :ref:`lcd-gpio`.
|
||||
@ -65,8 +65,8 @@ Configuration variables:
|
||||
|
||||
.. _lcd-gpio:
|
||||
|
||||
``lcd_gpio`` Component
|
||||
----------------------
|
||||
lcd_gpio Component
|
||||
------------------
|
||||
|
||||
The ``lcd_gpio`` version of this component addresses the screen directly and does not employ a PCF8574 module.
|
||||
Each of the data pins of the LCD needs a dedicated GPIO pin on the ESP. Connecting the screen this way offers
|
||||
|
Loading…
Reference in New Issue
Block a user