The ESP-IDF has got some major changes with version 5.x regarding I80 based lcd communication.
This is example code that works with the SC01-plus board
- ST7796 via i80 demo on SC01 PLUS...
- using ESP-IDF v5.3.1 (new i80 interface)
- and esp_lcd_st7796 component from espressif
- Checkout
- Build
- Flash
- See
Select the instructions depending on Espressif chip installed on your development board:
The project is based on the hello world example and contains one source file in C language sc01_plus_main.c in the main folder.
ESP-IDF projects are built using CMake. The project build configuration is contained in CMakeLists.txt
files that
provide set of directives and instructions describing the project's source files and targets (executable, library, or
both).
For more information on structure and contents of ESP-IDF projects, please refer to Section Build System of the ESP-IDF Programming Guide.