Open
Missing EVENT_QUIT
5
Add a description, image, and links to the tft topic page so that developers can more easily learn about it.
To associate your repository with the tft topic, visit your repo's landing page and select "manage topics."
Describe the feature request
Since LVGL is more and more used as an desktop app too, I think it's necessary to have a clean application exit event too.
Right now, all example have a
while(1) { }in their main function so when you close the app (by clicking the X icon, or Alt+F4 or ...), you're actually leaking all the application objects.For most of them, it's not important, but som