- 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
|
|
@ -184,10 +184,9 @@
|
|||
Var sleepmodeEnable = "false"
|
||||
|
||||
Var AlphaState = "Invisible"
|
||||
Var LoginReadyState = "Enable"
|
||||
|
||||
If NewUiBSM = "" Then
|
||||
Var NewUiBSM = "Offline"
|
||||
EndIf
|
||||
Var NewUiBSM = "Offline"
|
||||
|
||||
If EnableBrewIPC = "" Then
|
||||
Var EnableBrewIPC = "false"
|
||||
|
|
@ -195,7 +194,7 @@
|
|||
|
||||
|
||||
If EnableBrewIPC = "true" Then
|
||||
StartBrewNewUiLoginService
|
||||
StartBrewIPCService
|
||||
EndIf
|
||||
|
||||
|
||||
|
|
@ -206,6 +205,15 @@
|
|||
DEBUGVAR Timeout
|
||||
DEBUGVAR WhileRetryCounter
|
||||
DEBUGVAR NewUiBSM
|
||||
DEBUGVAR LoginReadyState
|
||||
|
||||
If NewUiBSM = "Online" Then
|
||||
Var LoginReadyState = "Enable"
|
||||
Else
|
||||
If EnableBrewIPC = "true" Then
|
||||
Var LoginReadyState = "Invisible"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If WaitPopup = "Enable" Then
|
||||
Var AlphaState = "Enable"
|
||||
|
|
@ -575,6 +583,7 @@
|
|||
<FilenamePress> "ROOT/taobin_project/image/new_vending_info/get_acc_btn.png" </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<State> LoginReadyState </State>
|
||||
<EventClick>
|
||||
DEBUGVAR ShowVersionAll
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue