lcd: add rgb panel example

This commit is contained in:
morris
2022-01-14 18:34:37 +08:00
parent 0e15844706
commit 821634b24e
15 changed files with 372 additions and 73 deletions

View File

@@ -25,6 +25,7 @@ LCD examples are located under: :example:`peripherals/lcd`:
* Jpeg decoding and LCD display - :example:`peripherals/lcd/tjpgd`
* 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`
API Reference
-------------