Merge branch 'feature/gc9a01_driver_pr' into 'master'

lcd: added gc9a01 driver (PR + Example)

Closes IDFGH-6232

See merge request espressif/esp-idf!15985
This commit is contained in:
morris
2021-12-14 05:26:05 +00:00
10 changed files with 690 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ LCD examples are located under: :example:`peripherals/lcd`:
* Jpeg decoding and LCD display - :example:`peripherals/lcd/tjpgd`
* LVGL porting and animation UI - :example:`peripherals/lcd/lvgl`
* GC9A01 user customized driver and dash board UI - :example:`peripherals/lcd/gc9a01`
API Reference
-------------