This commit is contained in:
kong 2021-11-17 15:14:02 +07:00
parent 91d655873a
commit 2be1a125b8
5 changed files with 41 additions and 9 deletions

View file

@ -4,7 +4,7 @@
<Height> 1920 </Height>
<Background> "0xeae6e1" </Background>
<Volume> SoundVolume </Volume>
;<Refresh> "Partial" </Refresh>
<EventOpen>
; On open
@ -77,6 +77,7 @@
Var ShowTextNumber = "Invisible"
EndIf
DEBUGVAR Timeout
Var Timeout = Timeout + 1
If Timeout > 20 Then
@ -93,8 +94,12 @@
SCREEN_CAP date_time_str
EndIf
TimerReset
If Timeout = 9 Then
;RefreshAll
EndIf
Refresh
TimerReset
</EventTimeout>