From ba342c46e5e920bc47d8d3da18896e16ec2a6f47 Mon Sep 17 00:00:00 2001 From: guillempages Date: Sat, 17 Jun 2023 10:38:37 +0200 Subject: [PATCH] Add S3-Box (Full) to the documentation (#2994) --- components/display/ili9xxx.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/display/ili9xxx.rst b/components/display/ili9xxx.rst index c9c40a61a..b34c1129f 100644 --- a/components/display/ili9xxx.rst +++ b/components/display/ili9xxx.rst @@ -44,7 +44,7 @@ Configuration variables: - **model** (**Required**): The model of the display. Options are: - - ``M5STACK``, ``TFT 2.4``, ``TFT 2.4R``, ``S3BOX_LITE`` + - ``M5STACK``, ``TFT 2.4``, ``TFT 2.4R``, ``S3BOX``, ``S3BOX_LITE`` - ``ILI9341``, ``ILI9342``, ``ILI9481``, ``ILI9486``, ``ILI9488``, ``ST7796`` .. note:: According to its documentation, the ESP32 S3 Box Lite has an ST7789V display driver. We've found, however, that it works with the ILIxxxx component here, instead. This could change in the future.