Merge branch 'feature/lcd_i2c_oled_example' into 'master'

lcd: add i2c oled example

See merge request espressif/esp-idf!16506
This commit is contained in:
morris
2022-01-28 04:07:34 +00:00
13 changed files with 270 additions and 84 deletions
@@ -26,6 +26,7 @@ LCD examples are located under: :example:`peripherals/lcd`:
* i80 controller based LCD and LVGL animation UI - :example:`peripherals/lcd/i80_controller`
* GC9A01 user customized driver and dash board UI - :example:`peripherals/lcd/gc9a01`
* RGB panel example with scatter chart UI - :example:`peripherals/lcd/rgb_panel`
* I2C interfaced OLED display scrolling text - :example:`peripherals/lcd/i2c_oled`
API Reference
-------------