Lvgl_editor - lvgl.h

Is there a possibility to adjust the include variant for lvgl.h of the code-generation (LV_LVGL_H_INCLUDE_SIMPLE)?

I couldn’t find an according configuration in the globals or project xml.

BTW: Would it make sense to create a own category for the new lvgl editor?

Yes, it’s possible to adjust the include file. Within your project editor, you can edit the CMakeLists.txt file.

target_compile_definitions(lib-ui PUBLIC
        LV_LVGL_H_INCLUDE_SIMPLE=1
    )