feat: Add the UI management function

This commit is contained in:
ShallowGreen123
2022-09-10 17:30:00 +08:00
parent c3211bf0f4
commit 39517d62b2
14 changed files with 988 additions and 38 deletions

7
LVGL.Simulator/.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,7 @@
{
"files.associations": {
"scr_mgr.h": "c",
"gui_main_scr.h": "c"
},
"C_Cpp.errorSquiggles": "Disabled"
}