This commit is contained in:
DESKTOP-3QI0HK9\Administrator
2023-03-08 10:42:26 +08:00
parent a1c20889f1
commit afa79faeed
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;
}