make sleep XML
This commit is contained in:
parent
b77085f7ff
commit
dd68631a22
15 changed files with 305 additions and 0 deletions
|
|
@ -48,6 +48,8 @@
|
|||
Var TimeOut = 0
|
||||
Var textStep = 0
|
||||
RootLayoutVisible 3 "show"
|
||||
|
||||
TRY "ROOT/taobin_project/xml/default_color_settings.ev"
|
||||
</EventOpen>
|
||||
<Timeout> 1000 </Timeout>
|
||||
<EventTimeout>
|
||||
|
|
@ -55,6 +57,13 @@
|
|||
Var EmergencyStop = "-"
|
||||
|
||||
|
||||
If SleepModeXML = "ON" Then
|
||||
Var BackgroundColor = "0x2C2F4E"
|
||||
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/sold_cup_count.xml"
|
||||
Open "ROOT/taobin_project/xml/page_sleepmode.xml"
|
||||
EndIf
|
||||
|
||||
|
||||
If EmergencyStop = "true" Then
|
||||
If DoorCupPosition = "bottom" Then
|
||||
; It normal
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue