lvgl / lv_port_stm32f429_disco

LVGL ported to STM32F429I-DISC1 using SW4STM32 (Ac6) IDE
MIT License
78 stars 56 forks source link

Issue with using STM32CUBEIDE and LVGL v9.1.1 #9

Open Jamshaid13 opened 1 month ago

Jamshaid13 commented 1 month ago

I am facing an issue to integrate this project with the STM32 Project, I am using LVGL 9.1.1 simulator and v9.1.1 source files. Its not working what can be the reason? are these version 8 files this can be the issue? These are the errors i am getting on compilation JamshaidUsman_0-1723094091220

Note: When i use v8.3, it works fine with STM32CUBEIDE.

kisvegabor commented 1 month ago

You should remove the include from lv_conf.h. I hope it will solve it. 🤞