eez-open / studio

Cross-platform low-code GUI and automation
https://www.envox.eu/studio/studio-introduction/
GNU General Public License v3.0
587 stars 97 forks source link

[LVGL] Add support for layer_top #638

Open mvladic opened 2 hours ago

mvladic commented 2 hours ago

See Top and sys layers

mvladic commented 2 hours ago

We can do this by marking some page as top layer and every widget in that page will be added to the top_layer. Studio will make the rest so that this works in both simulator and generated code.