Просмотр исходного кода

Merge branch 'doc/lcd_list' into 'master'

docs: Added link to list of available LCD controller drivers.

See merge request espressif/esp-idf!19769
Ivan Grokhotkov 3 лет назад
Родитель
Сommit
7ab8500aaa
1 измененных файлов с 5 добавлено и 0 удалено
  1. 5 0
      docs/en/api-reference/peripherals/lcd.rst

+ 5 - 0
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 <https://components.espressif.com/search/lcd>`_. The list of available and planned drivers with links is in this `table <https://github.com/espressif/esp-bsp/blob/master/LCD.md>`__.
+
 API Reference
 -------------