Skip to content

Template project for using LVGL via esp-idf on the Cheap Yellow Display

License

Notifications You must be signed in to change notification settings

imbus64/cyd-lvgl-esp-idf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CYD-LVGL-esp-idf

Cheap Yellow Display (ESP32-2432S028R)

Building

  1. Install the ESP-IDF toolchain (See: Toolchain section)
  2. Source the environment source ~/esp/esp-idf/export.sh
  3. idf.py build
  4. idf.py flash

Toolchain

See: Standard Toolchain Setup for Linux

From the official docs, essentially:

mkdir -p ~/esp
cd ~/esp
git clone -b v5.4.2 --recursive https://github.com/espressif/esp-idf.git
cd ~/esp/esp-idf
./install.sh esp32 # This is the arch for our mcu (esp-wroom-32)

Help and Resources


About

Template project for using LVGL via esp-idf on the Cheap Yellow Display

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published