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.