add show what drink at page_drinkok
This commit is contained in:
parent
7f3389623c
commit
f84730c4ac
1 changed files with 29 additions and 0 deletions
|
|
@ -8,6 +8,8 @@
|
||||||
<EventOpen>
|
<EventOpen>
|
||||||
DEBUGVAR StarwState
|
DEBUGVAR StarwState
|
||||||
DEBUGVAR LidState
|
DEBUGVAR LidState
|
||||||
|
DEBUGVAR Seeker.PictureDrink
|
||||||
|
DEBUGVAR Seeker.showname
|
||||||
|
|
||||||
WRITE_FILE "/mnt/sdcard/coffeevending/log/drink-success" "0"
|
WRITE_FILE "/mnt/sdcard/coffeevending/log/drink-success" "0"
|
||||||
|
|
||||||
|
|
@ -567,6 +569,33 @@
|
||||||
<Filename> next_pic_bg </Filename>
|
<Filename> next_pic_bg </Filename>
|
||||||
</Image>
|
</Image>
|
||||||
|
|
||||||
|
<Image>
|
||||||
|
<X> 125 </X>
|
||||||
|
<Y> 1700 </Y>
|
||||||
|
<Height> 300 </Height>
|
||||||
|
<Width> 320 </Width>
|
||||||
|
<Filename> Seeker.PictureDrink </Filename>
|
||||||
|
</Image>
|
||||||
|
|
||||||
|
<Text>
|
||||||
|
<X> 300 </X>
|
||||||
|
<Y> 1750 </Y>
|
||||||
|
<Width> 1080 </Width>
|
||||||
|
<Align> Center </Align>
|
||||||
|
<Size> 48 </Size>
|
||||||
|
<Color> 0x513C2F </Color>
|
||||||
|
<Value>
|
||||||
|
eval(
|
||||||
|
STRCONTAIN "size" Seeker.showname SizeFromSheet
|
||||||
|
If SizeFromSheet = "true" Then
|
||||||
|
SPLIT Seeker.showname "###" 1 PureName
|
||||||
|
Var return = PureName
|
||||||
|
Else
|
||||||
|
Var return = Seeker.showname
|
||||||
|
EndIf
|
||||||
|
)
|
||||||
|
</Value>
|
||||||
|
</Text>
|
||||||
|
|
||||||
|
|
||||||
<Image>
|
<Image>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue