add GPRS display

- SGP: update remove cup, lock away cashless cancel, fix bug video not full
- MYS: change wording collect pt3
- DUBAI: update wordings
This commit is contained in:
Pakin 2025-04-04 14:16:54 +07:00
parent 3c05684c63
commit 333782116c
20 changed files with 26056 additions and 25362 deletions

View file

@ -172,7 +172,7 @@
DEBUGVAR TestArrary[Index]
DEBUGVAR TestArrary[2]
DEBUGVAR TestArrary[3]
@ -279,6 +279,18 @@
DEBUGVAR EnableNewBrewUI
DEBUGVAR GPRSStatus
DEBUGVAR GPRSState
Var GPRSStr = ""
Var GPRSStr = GPRSStr + GPRSStatus
Var GPRSStr = GPRSStr + ", "
Var GPRSStr = GPRSStr + GPRSState
Refresh
TimerReset
@ -927,6 +939,27 @@
</Text>
;GPRS
<Image>
<X> info1_startX </X>
<Y> info_13Y </Y>
<Filename> "ROOT/taobin_project/image/tab_1.png" </Filename>
<EventClick>
DEBUGVAR GPRSStatus
DEBUGVAR GPRSState
</EventClick>
</Image>
<Text>
<X> info1_text_startX </X>
<Y> info_text_13Y </Y>
<Size> 30 </Size>
<Font> fontType1 </Font>
<Color> 0x000000 </Color>
<Value> GPRSStr </Value>
</Text>
<Button>
<X> 431 </X>