lcd: add i2c oled example with lvgl port

This commit is contained in:
morris
2022-01-14 15:02:07 +08:00
parent dcee019311
commit 24e6fdf3c6
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
-------------