change pin and fix image

This commit is contained in:
miggaze 2021-08-27 11:46:18 +07:00
parent 0990a37cbb
commit f8c990dc0a
86 changed files with 2834 additions and 350 deletions

View file

@ -27,6 +27,20 @@
LED LedDoorLid Off 255 255 255 255
EndIf
Var MaintenanceCard = 16
Random MaintenanceCard
Var index = 1 + MaintenanceCard
If show_eng = "true" Then
Var RandomImage = "ROOT/taobin_project/image/close_en/Frame" + index
Var RandomImage = RandomImage + ".png"
Else
Var RandomImage = "ROOT/taobin_project/image/close_en/Frame" + index
Var RandomImage = RandomImage + ".png"
EndIf
</EventOpen>
<Timeout> 5000 </Timeout>
<EventTimeout>
@ -61,6 +75,12 @@
<Filename> Var(DirImage + "/img1.png") </Filename>
</Image>
<Image>
<X> 0 </X>
<Y> 924 </Y>
<Filename> RandomImage </Filename>
</Image>
<Button>
<X> 0 </X>
<Y> 1860 </Y>