Does LVGL support multi-hardware-layered displays?

I have a monitor which supports 6 hardware layers. The hardware can automatically synthesize these 6 layers. May I ask if LVGL has any practical projects involving displays with multiple hardware layers?

I have never heard of a multi layer monitor… Can you provide a link to the hardware you have?

thank you for your replay!i have not the space of the display,but i can tell you that i plan to use lvgl on mobilephone。in the Phone,there has six frambuffer of hardware layer,the six HW layer can be automatically synthesized by the hardware.

You are referring to a kind of virtual desktop if you will. You would need to create a new “display” in LVGL to handle each layer. LVGL doesn’t directly deal with the hardware, this is something that you would need to write the code for.

Thank you for your reply and I’m sorry for replying so late. Also, I would like to ask, when using LVGL for GUI design, is there a corresponding GUI design software that can automatically generate LVGL code?