Compare commits

..

1 Commits

Author SHA1 Message Date
Scai 5403c0bb87
Merge 57fbee1490 into cf679978be 2025-09-16 09:29:17 -05:00
3 changed files with 3 additions and 3 deletions

View File

@ -64,11 +64,11 @@ func lvObjSetOpacity(objName string, opacity int) (*CtrlResponse, error) { // no
}
func lvObjFadeIn(objName string, duration uint32) (*CtrlResponse, error) {
return CallCtrlAction("lv_obj_fade_in", map[string]any{"obj": objName, "duration": duration})
return CallCtrlAction("lv_obj_fade_in", map[string]any{"obj": objName, "time": duration})
}
func lvObjFadeOut(objName string, duration uint32) (*CtrlResponse, error) {
return CallCtrlAction("lv_obj_fade_out", map[string]any{"obj": objName, "duration": duration})
return CallCtrlAction("lv_obj_fade_out", map[string]any{"obj": objName, "time": duration})
}
func lvLabelSetText(objName string, text string) (*CtrlResponse, error) {

BIN
resource/jetkvm_native Executable file → Normal file

Binary file not shown.

View File

@ -1 +1 @@
a4fca98710932aaa2765b57404e080105190cfa3af69171f4b4d95d4b78f9af0
01db2bbcd0bad46c3e21eb3cc5687d15df2153c3d8e2d4665b37acb55f0b5a57