reset HEAD

This commit is contained in:
ShallowGreen
2023-06-27 23:40:32 +08:00
parent 758d4f02cb
commit c01dddbd0a
39 changed files with 151 additions and 2501 deletions

View File

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