This project is an esp-idf sample repository for the LilyGo display family.
MIT License
29
stars
7
forks
source link
readme
🌟LilyGo Display Series🌟
🌟New
This project is an esp-idf sample repository for the LilyGo display family.
The sample currently only supports display and touch functions, and other board functions are not suitable for the time being.
By default users using this repository example are configured with ESP-IDF. For novices, please first learn how to start the simplest HelloWord Getting Started Guide
Compiled and run on Ubuntu 22.04 LTS, other operating systems have not been tested
The example relies on esp-idf V5.3.0, Please see the Getting Started Guide for full steps to configure and use esp-idf to build projects.
For the first run, enter python ./setup.py in the terminal,Each time you run setup.py, the compilation dependencies and temporary files will be cleared. If you do not need to change to other boards, you can only run it once.
Enter the board number you need to compile according to the terminal prompts, and press Enter to confirm.
After compilation is completed, Run idf.py -p PORT flash monitor to build, flash and monitor the project.