lcd: gc9a01 meter example

We take the GC9A01 as an example to illustrate how to implement user's
own panel driver in their project folder, without making the esp-idf
dirty.
This commit is contained in:
morris
2021-11-16 14:19:06 +08:00
parent cda2b912fb
commit c043c43247
12 changed files with 427 additions and 100 deletions
@@ -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
-------------