From e477822b6468c3b5b4e85499113fa994018a9888 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=2E=20=C3=81rkosi=20R=C3=B3bert?= Date: Thu, 17 Nov 2022 14:17:34 +0100 Subject: [PATCH] Update lcd_display.rst --- components/display/lcd_display.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/display/lcd_display.rst b/components/display/lcd_display.rst index f499d31bf..c5510d19d 100644 --- a/components/display/lcd_display.rst +++ b/components/display/lcd_display.rst @@ -22,7 +22,7 @@ with ESPHome. This integration is only for LCD displays that display individual ``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`. @@ -66,7 +66,7 @@ Configuration variables: .. _lcd-gpio: ``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 @@ -255,7 +255,7 @@ See Also - :doc:`index` - :doc:`/components/switch/gpio` - :doc:`/components/binary_sensor/gpio` -- :ref:`lcd_menu ` +- :ref:`LCD Menu ` - :doc:`/components/pcf8574` - `HD44780U (LCD-II) datasheet `__ - `Charset cheatsheet `__