# ESP LCD NT35510 [](https://components.espressif.com/components/espressif/esp_lcd_nt35510) Implementation of the NT35510 LCD controller with esp_lcd component. | LCD controller | Communication interface | Component name | Link to datasheet | | :------------: | :---------------------: | :------------: | :---------------: | | NT35510 | 8080 | esp_lcd_nt35510 | [Specification](https://www.lcdwiki.com/res/MAR4018/NT35510_Preliminary_V0.80.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. ```bash idf.py add-dependency "espressif/esp_lcd_nt35510^1.0.0" ``` 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).
18f803d0651b7be58744c7102cd5f94e3c355e0b
idf.py add-dependency "espressif/esp_lcd_nt35510^1.0.0"