# ESP LCD ILI9881C [![Component Registry](https://components.espressif.com/components/espressif/esp_lcd_ili9881c/badge.svg)](https://components.espressif.com/components/espressif/esp_lcd_ili9881c) Implementation of the ILI9881C LCD controller with esp_lcd component. | LCD controller | Communication interface | Component name | Link to datasheet | | :------------: | :---------------------: | :------------: | :---------------: | | ILI9881C | MIPI DSI | esp_lcd_ili9881c | [Specification](https://www.internetsomething.com/lcd/ILI9881C-3lane-mipi-gramless.pdf) | ## Add to project Packages from this repository are uploaded to [Espressif's component service](https://components.espressif.com/). You can add them to your project via `idf.py add-dependency`, e.g. ```text idf.py add-dependency esp_lcd_ili9881c ``` Alternatively, you can create `idf_component.yml`. More is in [Espressif's documentation](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/tools/idf-component-manager.html).
7075b9534f987db24e20044776fb2efed5c1fe0c
idf.py add-dependency "espressif/esp_lcd_ili9881c^1.0.1"