I use LVGL 8.4 and Squareline Studio 1.50 and Arduino IDE 2.3.4
What MCU/Processor/Board and compiler are you using?
ESP32S3
What LVGL version are you using?
8.4
What do you want to achieve?
Place lv_conf.h into sketch folder to include it into git and have different settings for different projects
What have you tried so far?
Move and include - and searching a lot…
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 first hint was already the solution. But it only works if the IDE is closed and restarted once after the change. Then the cache is probably rebuilt… I had the problem that I could not make any changes to the includes at all… Thanks for the hints.