From 4b4814b2b73e149d96160ca388323933138a00f4 Mon Sep 17 00:00:00 2001 From: Clyde Stubbs <2366188+clydebarrow@users.noreply.github.com> Date: Wed, 24 Jan 2024 07:40:46 +1100 Subject: [PATCH] Document Pico-ResTouch-LCD-3.5 support in ili9xxx (#3563) --- components/display/ili9xxx.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/components/display/ili9xxx.rst b/components/display/ili9xxx.rst index 4fd97f4e6..90d474881 100644 --- a/components/display/ili9xxx.rst +++ b/components/display/ili9xxx.rst @@ -24,19 +24,20 @@ With this display driver you can control the following displays: - ST7789V - TFT 2.4 - TFT 2.4R - - WSPICOLCD (waveshares Pico-ResTouch-LCD-3.5) + - WAVESHARE_RES_3_5 (Waveshare Pico-ResTouch-LCD-3.5) More display drivers will come in the future. Usage ----- -This component is the successor of the ILI9341 component allowing to control more display drivers and use 16bit colors when enough free ram. +This component is the successor of the ILI9341 component supporting more display driver chips from the ILI and related +families. The ``ILI9xxx`` display platform allows you to use ILI9341 (`datasheet `__, `Aliexpress `__) and other -displays from the same chip family with ESPHome. As this is a somewhat higher resolution display and may require pins -beyond the typical SPI connections, it is better suited for use with the ESP32. +displays from the same chip family with ESPHome. As this is a somewhat higher resolution display and requires additional pins +beyond the basic SPI connections, and a reasonable amount of RAM, it is not well suited for the ESP8266. **Note:** use of 16 bit colors requires double the amount of RAM as 8 bit, and may need PSRAM to be available.