From 0a7effc032051c967f97a8aba386ab78a1367cfb Mon Sep 17 00:00:00 2001 From: Clyde Stubbs <2366188+clydebarrow@users.noreply.github.com> Date: Wed, 12 Jun 2024 11:47:54 +1000 Subject: [PATCH] Add st7735 to ili9xxx (#3888) --- components/display/ili9xxx.rst | 3 ++- components/display/st7735.rst | 8 ++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/components/display/ili9xxx.rst b/components/display/ili9xxx.rst index 833631857..1e9f4024f 100644 --- a/components/display/ili9xxx.rst +++ b/components/display/ili9xxx.rst @@ -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`` diff --git a/components/display/st7735.rst b/components/display/st7735.rst index 9e2f75eb7..37e891acd 100644 --- a/components/display/st7735.rst +++ b/components/display/st7735.rst @@ -22,6 +22,14 @@ It uses the :ref:`SPI Bus ` for communication. ST7735 Display +.. warning:: + + This component has been made redundant since the ST7735 is now supported by the :ref:`ILI9XXX component `. 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