How can I generate a screen at runtime

Description

I would like to generate screens at runtime. So far I have created them via SquareLine Studio. In this case, a .c file is created and placed in the project.
Is it also possible to create such screens at runtime. For example to control the screen content from outside.

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

Nucleo U575ZI-Q
Zephyr

What LVGL version are you using?

8.3.6

What do you want to achieve?

Generation of screens at runtime.

Hello @Joachim !I can’t say how this can be done using SquareLine, but with the current LVGL library, you can interact with the screens using subjects and data bindings. This allows you to interact with the UI and make it dynamic.

I also recommend trying LVGL Pro: LVGL Pro