(objName string, text string)
| 28 | UIObjFadeIn(objName string, duration uint32) (bool, error) |
| 29 | UIObjFadeOut(objName string, duration uint32) (bool, error) |
| 30 | UIObjSetLabelText(objName string, text string) (bool, error) |
| 31 | UIObjSetImageSrc(objName string, image string) (bool, error) |
| 32 | DisplaySetRotation(rotation uint16) (bool, error) |
| 33 | UpdateLabelIfChanged(objName string, newText string) |
no outgoing calls
no test coverage detected