mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-02-28 03:41:57 +01:00
Add st7735 to ili9xxx (#3888)
This commit is contained in:
parent
ca489a6870
commit
0a7effc032
@ -21,6 +21,7 @@ With this display driver you can control the following displays:
|
||||
- M5STACK
|
||||
- S3BOX
|
||||
- S3BOX_LITE
|
||||
- ST7735
|
||||
- ST7796
|
||||
- ST7789V
|
||||
- TFT 2.4
|
||||
@ -72,7 +73,7 @@ Configuration variables:
|
||||
- ``M5STACK``, ``TFT 2.4``, ``TFT 2.4R``, ``S3BOX``, ``S3BOX_LITE``, ``WSPICOLCD``
|
||||
- ``ILI9341``, ``ILI9342``, ``ILI9486``, ``ILI9488``, ``ILI9488_A`` (alternative gamma configuration for ILI9488)
|
||||
- ``ILI9481``, ``ILI9481-18`` (18 bit mode)
|
||||
- ``ST7789V``, ``ST7796``
|
||||
- ``ST7789V``, ``ST7796``, ``ST7735``
|
||||
- ``GC9A01A``, ``CUSTOM``
|
||||
|
||||
|
||||
|
@ -22,6 +22,14 @@ It uses the :ref:`SPI Bus <spi>` for communication.
|
||||
|
||||
ST7735 Display
|
||||
|
||||
.. warning::
|
||||
|
||||
This component has been made redundant since the ST7735 is now supported by the :ref:`ILI9XXX component <ili9xxx>`. It is recommended
|
||||
that you use the ``ili9xxx`` component as it will be maintained, whereas this component may not be, or may be removed completely
|
||||
in the future. If migrating from this component to ``ili9xxx`` you may need to set the ``dimensions:`` option to
|
||||
specify the screen size and offsets in the ``ili9xxx`` config.
|
||||
|
||||
|
||||
There are numerous board types out there. Some initialize differently as well. This driver will take a few options to narrow down the right settings.
|
||||
|
||||
.. code-block:: yaml
|
||||
|
Loading…
Reference in New Issue
Block a user