Revert "Revert "commit""

This reverts commit ccd398383d.
This commit is contained in:
ShallowGreen
2023-06-27 23:31:17 +08:00
parent ccd398383d
commit 758d4f02cb
39 changed files with 2501 additions and 151 deletions

View File

@@ -40,8 +40,8 @@ int main() {
if (!lv_win32_init(
GetModuleHandleW(NULL),
SW_SHOW,
480,
480,
240,
320,
LoadIconW(GetModuleHandleW(NULL), MAKEINTRESOURCE(IDI_LVGL)))) {
return -1;
}