From 41e8d713493452f774e3a37dd509b515f8e3720e Mon Sep 17 00:00:00 2001 From: Vilem Zavodny Date: Thu, 25 Aug 2022 08:22:46 +0200 Subject: [PATCH] docs: Added link to list of available LCD controller drivers. (cherry picked from commit 32f59d365f1cac2706adfd88d8d48013edc9a459) --- docs/en/api-reference/peripherals/lcd.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/en/api-reference/peripherals/lcd.rst b/docs/en/api-reference/peripherals/lcd.rst index 58d761c60a..e742c276b0 100644 --- a/docs/en/api-reference/peripherals/lcd.rst +++ b/docs/en/api-reference/peripherals/lcd.rst @@ -231,6 +231,11 @@ LCD examples are located under: :example:`peripherals/lcd`: * RGB panel example with scatter chart UI - :example:`peripherals/lcd/rgb_panel` * I2C interfaced OLED display scrolling text - :example:`peripherals/lcd/i2c_oled` +Other LCD drivers +----------------- + +Drivers for some LCD and touch controllers are available in `IDF Component Registry `_. The list of available and planned drivers with links is in this `table `__. + API Reference -------------