replace icon with entities button (add nextion2text)

This commit is contained in:
joBr99
2022-12-06 20:06:32 +00:00
committed by github-actions[bot]
parent d6591d0638
commit fefce35237
6 changed files with 914 additions and 370 deletions

View File

@@ -22,6 +22,12 @@ Page cardMedia
vis tShuffle,0
vis bPrev,0
vis bNext,0
vis bEntity1,0
vis bEntity2,0
vis bEntity3,0
vis bEntity4,0
vis bEntity5,0
vis bEntity6,0
cardMedia.bco=defaultBcoColor
for(sys0=0;sys0<34;sys0++)
{
@@ -74,6 +80,12 @@ Variable (string) entn5
Text :
Max. Text Size: 80
Variable (string) entn6
Attributes
Scope : local
Text :
Max. Text Size: 80
Variable (string) strCommand
Attributes
Scope : local
@@ -110,6 +122,12 @@ Variable (string) tEntity5
Text :
Max. Text Size: 20
Variable (string) tEntity6
Attributes
Scope : local
Text :
Max. Text Size: 20
Variable (string) tId
Attributes
Scope : local
@@ -158,6 +176,12 @@ Variable (string) type5
Text :
Max. Text Size: 10
Variable (string) type6
Attributes
Scope : local
Text :
Max. Text Size: 10
Variable (string) vaMenu
Attributes
Scope : local
@@ -348,34 +372,6 @@ Text tHeading
Text :
Max. Text Size : 40
Text tIcon
Attributes
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Associated Keyboard : none
Text :
Max. Text Size : 10
Events
Touch Release Event
if(vaMenu.txt!="")
{
tSend.txt="event,buttonPress2,"+vaMenu.txt+",button"
//send calc crc
btlen tSend.txt,sys0
crcrest 1,0xffff // reset CRC
crcputh 55 bb
crcputs sys0,2
crcputs tSend.txt,0
//send cmd
printh 55 bb
prints sys0,2
prints tSend.txt,0
prints crcval,2
}
Text tInstruction
Attributes
Scope : local
@@ -697,6 +693,47 @@ Button bEntity5
prints tSend.txt,0
prints crcval,2
Button bEntity6
Attributes
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
State : unpressed
Text : 
Max. Text Size : 10
Events
Touch Press Event
tmLP.en=1
tTmp.txt=type6.txt
pageIcons.tTmp1.txt=tEntity6.txt
pageIcons.tTmp2.txt=entn6.txt
pageIcons.tTmp3.txt=bEntity6.txt
if(type6.txt=="shutter")
{
page popupShutter
}
if(type6.txt=="input_sel")
{
page popupInSel
}
Touch Release Event
tmLP.en=0
tSend.txt="event,buttonPress2,"+entn6.txt+",button"
//send calc crc
btlen tSend.txt,sys0
crcrest 1,0xffff // reset CRC
crcputh 55 bb
crcputs sys0,2
crcputs tSend.txt,0
//send cmd
printh 55 bb
prints sys0,2
prints tSend.txt,0
prints crcval,2
Button bNext
Attributes
Scope : local
@@ -918,38 +955,30 @@ Timer tmSerial
}
//entity name
spstr strCommand.txt,entn.txt,"~",3
//icon
spstr strCommand.txt,tIcon.txt,"~",4
//icon farbe
spstr strCommand.txt,tTmp.txt,"~",5
if(tTmp.txt!="")
{
covx tTmp.txt,tIcon.pco,0,0
}
//title
spstr strCommand.txt,tTitle.txt,"~",6
spstr strCommand.txt,tTitle.txt,"~",4
//title farbe
spstr strCommand.txt,tTmp.txt,"~",7
spstr strCommand.txt,tTmp.txt,"~",5
if(tTmp.txt!="")
{
covx tTmp.txt,tTitle.pco,0,0
}
//author
spstr strCommand.txt,tAuthor.txt,"~",8
spstr strCommand.txt,tAuthor.txt,"~",6
//author farbe
spstr strCommand.txt,tTmp.txt,"~",9
spstr strCommand.txt,tTmp.txt,"~",7
if(tTmp.txt!="")
{
covx tTmp.txt,tAuthor.pco,0,0
}
//volume
spstr strCommand.txt,tTmp.txt,"~",10
spstr strCommand.txt,tTmp.txt,"~",8
covx tTmp.txt,sys0,0,0
hVolume.val=sys0
//icon
spstr strCommand.txt,tPlayPause.txt,"~",11
spstr strCommand.txt,tPlayPause.txt,"~",9
// on off button
spstr strCommand.txt,tTmp.txt,"~",12
spstr strCommand.txt,tTmp.txt,"~",10
if(tTmp.txt=="disable")
{
vis t5,0
@@ -958,12 +987,8 @@ Timer tmSerial
vis t5,1
covx tTmp.txt,t5.pco,0,0
}
//tIconBtnEntityType
spstr strCommand.txt,vaMenu.txt,"~",13
//tIconBtnEntityName
spstr strCommand.txt,vaMenu.txt,"~",14
// shuffel btn
spstr strCommand.txt,tTmp.txt,"~",15
spstr strCommand.txt,tTmp.txt,"~",11
if(tTmp.txt=="disable")
{
vis tShuffle,0
@@ -973,9 +998,9 @@ Timer tmSerial
tShuffle.txt=tTmp.txt
}
// get Type
spstr strCommand.txt,type1.txt,"~",16
spstr strCommand.txt,type1.txt,"~",12
// get internal name
spstr strCommand.txt,entn1.txt,"~",17
spstr strCommand.txt,entn1.txt,"~",13
if(type1.txt=="delete"||type1.txt=="")
{
vis tEntity1,0
@@ -983,20 +1008,20 @@ Timer tmSerial
}else
{
// change icon
spstr strCommand.txt,bEntity1.txt,"~",18
spstr strCommand.txt,bEntity1.txt,"~",14
vis bEntity1,1
// change icon color
spstr strCommand.txt,tTmp.txt,"~",19
spstr strCommand.txt,tTmp.txt,"~",15
covx tTmp.txt,sys0,0,0
bEntity1.pco=sys0
// set name
spstr strCommand.txt,tEntity1.txt,"~",20
spstr strCommand.txt,tEntity1.txt,"~",16
vis tEntity1,1
}
// get Type
spstr strCommand.txt,type2.txt,"~",22
spstr strCommand.txt,type2.txt,"~",18
// get internal name
spstr strCommand.txt,entn2.txt,"~",23
spstr strCommand.txt,entn2.txt,"~",19
if(type2.txt=="delete"||type2.txt=="")
{
vis tEntity2,0
@@ -1004,20 +1029,20 @@ Timer tmSerial
}else
{
// change icon
spstr strCommand.txt,bEntity2.txt,"~",24
spstr strCommand.txt,bEntity2.txt,"~",20
vis bEntity2,1
// change icon color
spstr strCommand.txt,tTmp.txt,"~",25
spstr strCommand.txt,tTmp.txt,"~",21
covx tTmp.txt,sys0,0,0
bEntity2.pco=sys0
// set name
spstr strCommand.txt,tEntity2.txt,"~",26
spstr strCommand.txt,tEntity2.txt,"~",22
vis tEntity2,1
}
// get Type
spstr strCommand.txt,type3.txt,"~",28
spstr strCommand.txt,type3.txt,"~",24
// get internal name
spstr strCommand.txt,entn3.txt,"~",29
spstr strCommand.txt,entn3.txt,"~",25
if(type3.txt=="delete"||type3.txt=="")
{
vis tEntity3,0
@@ -1025,20 +1050,20 @@ Timer tmSerial
}else
{
// change icon
spstr strCommand.txt,bEntity3.txt,"~",30
spstr strCommand.txt,bEntity3.txt,"~",26
vis bEntity3,1
// change icon color
spstr strCommand.txt,tTmp.txt,"~",31
spstr strCommand.txt,tTmp.txt,"~",27
covx tTmp.txt,sys0,0,0
bEntity3.pco=sys0
// set name
spstr strCommand.txt,tEntity3.txt,"~",32
spstr strCommand.txt,tEntity3.txt,"~",28
vis tEntity3,1
}
// get Type
spstr strCommand.txt,type4.txt,"~",34
spstr strCommand.txt,type4.txt,"~",30
// get internal name
spstr strCommand.txt,entn4.txt,"~",35
spstr strCommand.txt,entn4.txt,"~",31
if(type4.txt=="delete"||type4.txt=="")
{
vis tEntity4,0
@@ -1046,20 +1071,20 @@ Timer tmSerial
}else
{
// change icon
spstr strCommand.txt,bEntity4.txt,"~",36
spstr strCommand.txt,bEntity4.txt,"~",32
vis bEntity4,1
// change icon color
spstr strCommand.txt,tTmp.txt,"~",37
spstr strCommand.txt,tTmp.txt,"~",33
covx tTmp.txt,sys0,0,0
bEntity4.pco=sys0
// set name
spstr strCommand.txt,tEntity4.txt,"~",38
spstr strCommand.txt,tEntity4.txt,"~",34
vis tEntity4,1
}
// get Type
spstr strCommand.txt,type5.txt,"~",40
spstr strCommand.txt,type5.txt,"~",36
// get internal name
spstr strCommand.txt,entn5.txt,"~",41
spstr strCommand.txt,entn5.txt,"~",37
if(type5.txt=="delete"||type5.txt=="")
{
vis tEntity5,0
@@ -1067,16 +1092,37 @@ Timer tmSerial
}else
{
// change icon
spstr strCommand.txt,bEntity5.txt,"~",42
spstr strCommand.txt,bEntity5.txt,"~",38
vis bEntity5,1
// change icon color
spstr strCommand.txt,tTmp.txt,"~",43
spstr strCommand.txt,tTmp.txt,"~",39
covx tTmp.txt,sys0,0,0
bEntity5.pco=sys0
// set name
spstr strCommand.txt,tEntity5.txt,"~",44
spstr strCommand.txt,tEntity5.txt,"~",40
vis tEntity5,1
}
// get Type
spstr strCommand.txt,type6.txt,"~",42
// get internal name
spstr strCommand.txt,entn6.txt,"~",43
if(type6.txt=="delete"||type6.txt=="")
{
vis tEntity6,0
vis bEntity6,0
}else
{
// change icon
spstr strCommand.txt,bEntity6.txt,"~",44
vis bEntity6,1
// change icon color
spstr strCommand.txt,tTmp.txt,"~",45
covx tTmp.txt,sys0,0,0
bEntity6.pco=sys0
// set name
spstr strCommand.txt,tEntity6.txt,"~",46
vis tEntity6,1
}
}
if(tInstruction.txt=="pageType")
{