Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Nicolai-Electronics/esp32-component-st7701

Repository files navigation

[DEPRECATED] ESP LCD ST7701

This component has been superseded by the ST7701 driver component published by Espressif. Please use the Espressif component instead.

Component Registry

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 PDF

Note: MIPI-DSI interface only supports ESP-IDF v5.3 and above versions.

For more information on LCD, please refer to the LCD documentation.

Add to project

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.