Skip to content

ESP32-3248S035 esp-idf minimalistic project based on LVGL v8.3 and LovyanGFX v1.x

License

Notifications You must be signed in to change notification settings

OperatorB/ESP32-3248S035-LVGL-v8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Supported Targets ESP32

Usage

  • Create an empty ESP-IDF project with name "LVGL_lovyanGFX".
  • Copy the content of this repo to your project.
  • Create a "components" directory.
  • Clone LVGL V8.3 release to the components directory. git clone --single-branch --branch release/v8.3 https://github.com/lvgl/lvgl.git
  • Clone LovyanGFX v1.x to the components directory. git clone https://github.com/lovyan03/LovyanGFX.git

Quick test

To check that your hardware is working use esptool to flash the provided LVGL_lovyanGFX.bin file to your board.

About Build

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).

Below is short explanation of remaining files in the project folder.

├── CMakeLists.txt
├── main
│   ├── CMakeLists.txt
│   ├── ESP32-3248S035.h
│   └── main.cpp
├──components
│   ├── lvgl (dir)
│   └── LovyanGFX (dir)
├── sdkconfig
└── README.md                  This is the file you are currently reading

Additionally, the sample project contains Makefile and component.mk files, used for the legacy Make based build system. They are not used or needed when building with CMake and idf.py.

About

ESP32-3248S035 esp-idf minimalistic project based on LVGL v8.3 and LovyanGFX v1.x

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published