project branch: master
when i use vs2022 to run LvglWindowsSimulator target, it's nothing.

i add a button in the active screen.I added the following code:
lv_obj_t* btn = lv_button_create(lv_screen_active());
lv_obj_align(btn, LV_ALIGN_CENTER, 0, 0);