Update lcd_display.rst

This commit is contained in:
H. Árkosi Róbert 2022-11-17 14:27:40 +01:00 committed by GitHub
parent 450d5bdf23
commit 0ba89c6bb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -5,8 +5,6 @@ Character-Based LCD Display
:description: Instructions for setting up character-based LCD displays.
:image: lcd.jpg
.. _lcd-pcf8574:
The ``lcd_pcf8574`` and ``lcd_gpio`` display components allow you to use HD44780-compatible, character-based LCD displays
with ESPHome. This integration is only for LCD displays that display individual characters on a screen
(usually 16-20 columns and 2-4 rows), and not for LCD displays that can control each pixel individually.
@ -20,6 +18,7 @@ with ESPHome. This integration is only for LCD displays that display individual
It is possible to add 8 user-defined characters too.
.. _lcd-pcf8574:
lcd_pcf8574 Component
---------------------