DO
This commit is contained in:
parent
91d655873a
commit
2be1a125b8
5 changed files with 41 additions and 9 deletions
|
|
@ -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>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue