How to work with LVGL on ESP32

Description

Hi
i am new to ESP32 IDF
how to design and run lvgl sample code on ESP32.

What MCU/Processor/Board and compiler are you using?

What LVGL version are you using?

What do you want to achieve?

i want to design and run small sample screen on ESP32

What have you tried so far?

Code to reproduce

Add a code snippet which can run in the simulator. It should contain only the relevant code that compiles without errors when separated from your main code base.

The code block(s) should be formatted like:

/*You code here*/

Screenshot and/or video

If possible, add screenshots and/or videos about the current state.

Thanks in Advance

that would really depend on what your doing, why, and specfically what hardware you have(screen, screen driver, input, etc). you should consider looking for something already made that uses your hardware. like im working on a smartwatch app, by copying a similar app and renaming variables/ labels.

1 Like