LVGL Based Template Project for Keil uVision IDE

Description

Is there any LVGL Based Template Project for Keil uVision IDE

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

stm32f769igt6

What LVGL version are you using?

8.2

What do you want to achieve?

a template project that includes LVGL Library Files

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.

Hi Teta,

I ran a python script to traverse all the subdirectories from LVGL. It automaticly generates the right code in xml format. you’ll have to open the uvxprj file with a editor and add the corresponding dependencies. Here is the Python script and the uvxproj as reference. Best of luck!

main.zip (898 Bytes)

LVGL.zip (9.0 KB)