From 791d03be20e3527f4bebffcc5b5ce8db7ce7329c Mon Sep 17 00:00:00 2001 From: Dave T <17680170+davet2001@users.noreply.github.com> Date: Tue, 12 Oct 2021 03:43:46 +0100 Subject: [PATCH] Update broken links for ili9341 (#1517) --- components/display/ili9341.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/display/ili9341.rst b/components/display/ili9341.rst index 7ee2ab7c0..78f8366dc 100644 --- a/components/display/ili9341.rst +++ b/components/display/ili9341.rst @@ -12,7 +12,7 @@ Usage The ``ili9341`` display platform allows you to use ILI9341 (`datasheet `__, -`Aliexpress `__) +`Aliexpress `__) displays 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. @@ -123,5 +123,5 @@ See Also -------- - :doc:`index` -- :apiref:`ili9341/ili9341.h` +- :apiref:`ili9341/ili9341_display.h` - :ghedit:`Edit`