This component has been superseded by the ST7701 driver component published by Espressif. Please use the Espressif component instead.
Implementation of the ST7701 LCD controller with esp_lcd component.
LCD controller | Communication interface | Component name | Link to datasheet |
---|---|---|---|
ST7701 | MIPI-DSI | esp_lcd_st7701 |
Note: MIPI-DSI interface only supports ESP-IDF v5.3 and above versions.
For more information on LCD, please refer to the LCD documentation.
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 "nicolaielectronics/esp_lcd_st7701"
Alternatively, you can create idf_component.yml
. More is in Espressif's documentation.