Implementation of the GC9A01 LCD controller with esp_lcd component.
LCD controller | Communication interface | Component name | Link to datasheet |
---|---|---|---|
GC9A01 | SPI | esp_lcd_gc9a01 | WIKI |
Packages from this repository are uploaded to Espressif's component service.
You can add them to your project via idf.py add-dependancy
, e.g.
idf.py add-dependency esp_lcd_gc9a01==1.0.0
Alternatively, you can create idf_component.yml
. More is in Espressif's documentation.
There is an example in ESP-IDF with this LCD controller. Please follow this link.
Copy to Clipboard
idf.py add-dependency "espressif/esp_lcd_gc9a01^1.0.1"
Copy to Clipboard
Copy to Clipboard