- add led v4 animations - extend timeout page test color - add elock
button for newui
This commit is contained in:
parent
3b1cda6b64
commit
05543413ec
26 changed files with 705 additions and 406 deletions
|
|
@ -195,7 +195,11 @@
|
|||
CacheVarStr "put" SpiralOnline
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
If FrontDoorVersionInt = "" Then
|
||||
__CMD "mcu-version" "-" "-" "-"
|
||||
EndIf
|
||||
|
||||
If BoxID = 105005 Then
|
||||
Var XMLProfile = "Plus5AndInclude20Percent-taobin_notopup-taobin_nopro-taobin_notopping"
|
||||
Var XMLProfile = "DiscountFromBO-MachineShedule"
|
||||
|
|
@ -1145,7 +1149,7 @@
|
|||
Var LanguageShow = "MTC"
|
||||
SetLanguage "MTC"
|
||||
LanguageControl "UpdateList" "-"
|
||||
|
||||
|
||||
Var InternationalEnable = 1
|
||||
Var show_eng = "true"
|
||||
Var img_press_main_page = "ROOT/taobin_project/image/main_page_en/bp_main_page_start.png"
|
||||
|
|
@ -1863,6 +1867,15 @@
|
|||
|
||||
Var buttonRemoveCupOnArm = "Invisible"
|
||||
Var CountDownFailErrorHappendClear = 8
|
||||
|
||||
If FrontDoorVersionInt > 19999 Then
|
||||
LEDv2 LedV4All On 100 20 0 255 10
|
||||
SAVELOG "LEDv4.SlowBrinkVertical"
|
||||
|
||||
; turn-off-horizontal
|
||||
TRY "ROOT/taobin_project/xml/process/temp_ledv4_offall_horizontal.ev"
|
||||
EndIf
|
||||
|
||||
</EventOpen>
|
||||
|
||||
<EventActionOk>
|
||||
|
|
@ -2638,9 +2651,19 @@ PRICE "Reset" "-"
|
|||
EndIf
|
||||
Else
|
||||
If InternationalEnable = 1 Then
|
||||
|
||||
If FrontDoorVersionInt > 19999 Then
|
||||
TRY "ROOT/taobin_project/xml/process/temp_ledv4_blinkall_horizontal.ev"
|
||||
EndIf
|
||||
|
||||
OpenInst 3 "ROOT/taobin_project/xml/topview2.xml"
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_catalog.lxml"
|
||||
Else
|
||||
|
||||
If FrontDoorVersionInt > 19999 Then
|
||||
TRY "ROOT/taobin_project/xml/process/temp_ledv4_blinkall_horizontal.ev"
|
||||
EndIf
|
||||
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_catalog.xml"
|
||||
EndIf
|
||||
|
||||
|
|
@ -2745,9 +2768,17 @@ PRICE "Reset" "-"
|
|||
EndIf
|
||||
Else
|
||||
If InternationalEnable = 1 Then
|
||||
If FrontDoorVersionInt > 19999 Then
|
||||
TRY "ROOT/taobin_project/xml/process/temp_ledv4_blinkall_horizontal.ev"
|
||||
EndIf
|
||||
|
||||
OpenInst 3 "ROOT/taobin_project/xml/topview2.xml"
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_catalog.lxml"
|
||||
Else
|
||||
If FrontDoorVersionInt > 19999 Then
|
||||
TRY "ROOT/taobin_project/xml/process/temp_ledv4_blinkall_horizontal.ev"
|
||||
EndIf
|
||||
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_catalog.xml"
|
||||
EndIf
|
||||
EndIf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue