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

View File

@@ -0,0 +1,21 @@
{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"windowsSdkVersion": "10.0.19041.0",
"compilerPath": "D:/APP1/Visual Studio/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe",
"cStandard": "c17",
"cppStandard": "c++17",
"intelliSenseMode": "windows-msvc-x64"
}
],
"version": 4
}

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"
}