mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-03-04 09:06:52 +01:00
Merge branch 'main' of github.com:joBr99/nspanel-lovelace-ui
This commit is contained in:
@@ -1491,501 +1491,6 @@
|
||||
│ crcputs sys0,2
|
||||
│ crcputs tSend.txt,0
|
||||
│ //send cmd
|
||||
│ --- HMI/n2t-out/popupLight.txt
|
||||
├── +++ HMI/US/portrait/n2t-out/popupLight.txt
|
||||
│ @@ -12,20 +12,21 @@
|
||||
│ Events
|
||||
│ Preinitialize Event
|
||||
│ dim=dimValueNormal
|
||||
│ //get entitiy name
|
||||
│ tEntity.txt=pageIcons.tTmp1.txt
|
||||
│ //get entity id
|
||||
│ entn.txt=pageIcons.tTmp2.txt
|
||||
│ + tIcon1.txt=pageIcons.tTmp3.txt
|
||||
│ + vis p0,0
|
||||
│ vis tSend,0
|
||||
│ vis tTmp,0
|
||||
│ vis tInstruction,0
|
||||
│ vis tId,0
|
||||
│ vis bEffect,0
|
||||
│ - vis hBrightness,0
|
||||
│ //page open event
|
||||
│ // event,pageOpenDetail,typeOfPage,tEntityName
|
||||
│ // craft command
|
||||
│ tSend.txt="event,pageOpenDetail,popupLight,"+entn.txt
|
||||
│ //send calc crc
|
||||
│ btlen tSend.txt,sys0
|
||||
│ crcrest 1,0xffff // reset CRC
|
||||
│ @@ -34,24 +35,24 @@
|
||||
│ crcputs tSend.txt,0
|
||||
│ //send cmd
|
||||
│ printh 55 bb
|
||||
│ prints sys0,2
|
||||
│ prints tSend.txt,0
|
||||
│ prints crcval,2
|
||||
│ //disable brightness by default
|
||||
│ - //vis t1,0
|
||||
│ - //vis t2,0
|
||||
│ - vis hBrightness,1
|
||||
│ + vis t1,0
|
||||
│ + vis t2,0
|
||||
│ + vis hBrightness,0
|
||||
│ //disable color temp by default
|
||||
│ - //vis t4,0
|
||||
│ - //vis t3,0
|
||||
│ + vis t4,0
|
||||
│ + vis t3,0
|
||||
│ vis hTempSlider,0
|
||||
│ //disable color wheel components by default
|
||||
│ vis bColor,0
|
||||
│ - //vis t0,0
|
||||
│ + vis t0,0
|
||||
│ vis pColorWheel,0
|
||||
│ //vis t0,0
|
||||
│ popupLight.bco=defaultBcoColor
|
||||
│ for(sys0=0;sys0<27;sys0++)
|
||||
│ {
|
||||
│ if(b[sys0].type==98||b[sys0].type==116)
|
||||
│ {
|
||||
│ @@ -62,26 +63,22 @@
|
||||
│ {
|
||||
│ b[sys0].pic=10
|
||||
│ b[sys0].pic2=11
|
||||
│ }
|
||||
│ }
|
||||
│ if(defaultBcoColor==0)
|
||||
│ {
|
||||
│ + hBrightness.pic=14
|
||||
│ + hBrightness.pic1=13
|
||||
│ + hBrightness.pic2=15
|
||||
│ hTempSlider.pic=16
|
||||
│ - hTempSlider.pic1=16
|
||||
│ + hTempSlider.pic1=17
|
||||
│ + hTempSlider.pic2=15
|
||||
│ }
|
||||
│
|
||||
│ - Postinitialize Event
|
||||
│ - fill hBrightness.x,hBrightness.y,100,250,defaultBcoColor
|
||||
│ -
|
||||
│ -Variable (int32) col
|
||||
│ - Attributes
|
||||
│ - Scope: local
|
||||
│ - Value: 65504
|
||||
│ -
|
||||
│ Variable (string) entn
|
||||
│ Attributes
|
||||
│ Scope : local
|
||||
│ Text :
|
||||
│ Max. Text Size: 80
|
||||
│
|
||||
│ Variable (int32) mode
|
||||
│ @@ -96,47 +93,116 @@
|
||||
│
|
||||
│ Variable (string) strCommand
|
||||
│ Attributes
|
||||
│ Scope : local
|
||||
│ Text :
|
||||
│ Max. Text Size: 500
|
||||
│
|
||||
│ -Variable (string) tId
|
||||
│ +Variable (string) tSend
|
||||
│ Attributes
|
||||
│ Scope : local
|
||||
│ Text :
|
||||
│ - Max. Text Size: 20
|
||||
│ + Max. Text Size: 200
|
||||
│
|
||||
│ -Variable (string) tInstruction
|
||||
│ +Text t0
|
||||
│ Attributes
|
||||
│ - Scope : local
|
||||
│ - Text :
|
||||
│ - Max. Text Size: 20
|
||||
│ + Scope : local
|
||||
│ + Dragging : 0
|
||||
│ + Send Component ID : disabled
|
||||
│ + Associated Keyboard: none
|
||||
│ + Text : Color
|
||||
│ + Max. Text Size : 50
|
||||
│
|
||||
│ -Variable (string) tSend
|
||||
│ +Text t1
|
||||
│ Attributes
|
||||
│ - Scope : local
|
||||
│ - Text :
|
||||
│ - Max. Text Size: 200
|
||||
│ + Scope : local
|
||||
│ + Dragging : 0
|
||||
│ + Send Component ID : disabled
|
||||
│ + Associated Keyboard: none
|
||||
│ + Text : Brightness
|
||||
│ + Max. Text Size : 50
|
||||
│
|
||||
│ -Variable (string) tTmp
|
||||
│ +Text t2
|
||||
│ Attributes
|
||||
│ - Scope : local
|
||||
│ - Text :
|
||||
│ - Max. Text Size: 80
|
||||
│ + Scope : local
|
||||
│ + Dragging : 0
|
||||
│ + Send Component ID : disabled
|
||||
│ + Associated Keyboard: none
|
||||
│ + Text : î
|
||||
│ + Max. Text Size : 10
|
||||
│ +
|
||||
│ +Text t3
|
||||
│ + Attributes
|
||||
│ + Scope : local
|
||||
│ + Dragging : 0
|
||||
│ + Send Component ID : disabled
|
||||
│ + Associated Keyboard: none
|
||||
│ + Text : î
|
||||
│ + Max. Text Size : 10
|
||||
│ +
|
||||
│ +Text t4
|
||||
│ + Attributes
|
||||
│ + Scope : local
|
||||
│ + Dragging : 0
|
||||
│ + Send Component ID : disabled
|
||||
│ + Associated Keyboard: none
|
||||
│ + Text : Temperature
|
||||
│ + Max. Text Size : 50
|
||||
│
|
||||
│ Text tEntity
|
||||
│ Attributes
|
||||
│ Scope : local
|
||||
│ Dragging : 0
|
||||
│ Send Component ID : disabled
|
||||
│ Associated Keyboard: none
|
||||
│ Text : tEntity1
|
||||
│ Max. Text Size : 25
|
||||
│
|
||||
│ +Text tIcon1
|
||||
│ + Attributes
|
||||
│ + Scope : local
|
||||
│ + Dragging : 0
|
||||
│ + Send Component ID : disabled
|
||||
│ + Associated Keyboard: none
|
||||
│ + Text : î´
|
||||
│ + Max. Text Size : 10
|
||||
│ +
|
||||
│ +Text tId
|
||||
│ + Attributes
|
||||
│ + Scope : local
|
||||
│ + Dragging : 0
|
||||
│ + Send Component ID : disabled
|
||||
│ + Associated Keyboard: none
|
||||
│ + Text :
|
||||
│ + Max. Text Size : 20
|
||||
│ +
|
||||
│ +Text tInstruction
|
||||
│ + Attributes
|
||||
│ + Scope : local
|
||||
│ + Dragging : 0
|
||||
│ + Send Component ID : disabled
|
||||
│ + Associated Keyboard: none
|
||||
│ + Text :
|
||||
│ + Max. Text Size : 20
|
||||
│ +
|
||||
│ +Text tTmp
|
||||
│ + Attributes
|
||||
│ + Scope : local
|
||||
│ + Dragging : 0
|
||||
│ + Send Component ID : disabled
|
||||
│ + Associated Keyboard: none
|
||||
│ + Text :
|
||||
│ + Max. Text Size : 80
|
||||
│ +
|
||||
│ +Picture p0
|
||||
│ + Attributes
|
||||
│ + Scope : local
|
||||
│ + Dragging : 0
|
||||
│ + Send Component ID: disabled
|
||||
│ +
|
||||
│ Picture pColorWheel
|
||||
│ Attributes
|
||||
│ Scope : local
|
||||
│ Dragging : 0
|
||||
│ Send Component ID: disabled
|
||||
│
|
||||
│ Events
|
||||
│ @@ -174,28 +240,14 @@
|
||||
│ Send Component ID: disabled
|
||||
│ Position : 50
|
||||
│ Upper range limit: 100
|
||||
│ Lower range limit: 0
|
||||
│
|
||||
│ Events
|
||||
│ Touch Release Event
|
||||
│ - //draw black background
|
||||
│ - fill hBrightness.x,hBrightness.y,100,hBrightness.val*-25/10+250,8484
|
||||
│ - //draw draw colored bar at the position of the current brightness value
|
||||
│ - fill hBrightness.x,hBrightness.val*-25/10+314,100,hBrightness.val*25/10,col.val
|
||||
│ - if(hBrightness.val>7)
|
||||
│ - {
|
||||
│ - //draw cursor
|
||||
│ - fill hBrightness.x+25,hBrightness.val*-25/10+322,50,4,WHITE
|
||||
│ - //paint corner
|
||||
│ - xstr hBrightness.x,hBrightness.val*-25/10+314,100,hBrightness.h,7,8484,0,0,0,3,"a"
|
||||
│ - }
|
||||
│ - //paint corners
|
||||
│ - xstr hBrightness.x,hBrightness.y,100,hBrightness.h,7,defaultBcoColor,0,0,0,3,"a"
|
||||
│ - xstr hBrightness.x,hBrightness.y+hBrightness.h-15,100,hBrightness.h,7,defaultBcoColor,0,0,0,3,"b"
|
||||
│ tmCooldown.en=1
|
||||
│ tmCooldown.tim=2500
|
||||
│ //craft command
|
||||
│ tSend.txt="event,buttonPress2,"+entn.txt+",brightnessSlider,"
|
||||
│ covx hBrightness.val,tTmp.txt,0,0
|
||||
│ tSend.txt+=tTmp.txt
|
||||
│ //send calc crc
|
||||
│ @@ -276,27 +328,27 @@
|
||||
│ Touch Press Event
|
||||
│ if(mode.val==1)
|
||||
│ {
|
||||
│ mode.val=0
|
||||
│ //enable color wheel
|
||||
│ vis pColorWheel,1
|
||||
│ //disable color temp
|
||||
│ - //vis t4,0
|
||||
│ - //vis t3,0
|
||||
│ + vis t4,0
|
||||
│ + vis t3,0
|
||||
│ vis hTempSlider,0
|
||||
│ }else
|
||||
│ {
|
||||
│ mode.val=1
|
||||
│ //disable color wheel
|
||||
│ vis pColorWheel,0
|
||||
│ if(mode_temp.val==1)
|
||||
│ {
|
||||
│ //enable color temp
|
||||
│ - //vis t4,1
|
||||
│ - //vis t3,1
|
||||
│ + vis t4,1
|
||||
│ + vis t3,1
|
||||
│ vis hTempSlider,1
|
||||
│ }
|
||||
│ }
|
||||
│
|
||||
│ Button bEffect
|
||||
│ Attributes
|
||||
│ Scope : local
|
||||
│ @@ -306,14 +358,15 @@
|
||||
│ Text : 
|
||||
│ Max. Text Size : 10
|
||||
│
|
||||
│ Events
|
||||
│ Touch Press Event
|
||||
│ pageIcons.tTmp1.txt=tEntity.txt
|
||||
│ pageIcons.tTmp2.txt=entn.txt
|
||||
│ + pageIcons.tTmp3.txt=tIcon1.txt
|
||||
│ page popupInSel
|
||||
│
|
||||
│ Dual-state Button btOnOff1
|
||||
│ Attributes
|
||||
│ Scope : local
|
||||
│ Dragging : 0
|
||||
│ Send Component ID: disabled
|
||||
│ @@ -345,38 +398,14 @@
|
||||
│ Period (ms): 100
|
||||
│ Enabled : no
|
||||
│
|
||||
│ Events
|
||||
│ Timer Event
|
||||
│ tmCooldown.en=0
|
||||
│
|
||||
│ -Timer tmDrawCooldown
|
||||
│ - Attributes
|
||||
│ - Scope : local
|
||||
│ - Period (ms): 500
|
||||
│ - Enabled : no
|
||||
│ -
|
||||
│ - Events
|
||||
│ - Timer Event
|
||||
│ - //draw black background
|
||||
│ - fill hBrightness.x,hBrightness.y,100,hBrightness.val*-25/10+250,8484
|
||||
│ - //draw draw colored bar at the position of the current brightness value
|
||||
│ - fill hBrightness.x,hBrightness.val*-25/10+314,100,hBrightness.val*25/10,col.val
|
||||
│ - if(hBrightness.val>7)
|
||||
│ - {
|
||||
│ - //draw cursor
|
||||
│ - fill hBrightness.x+25,hBrightness.val*-25/10+322,50,4,WHITE
|
||||
│ - //paint corner
|
||||
│ - xstr hBrightness.x,hBrightness.val*-25/10+314,100,hBrightness.h,7,8484,0,0,0,3,"a"
|
||||
│ - }
|
||||
│ - //paint corners
|
||||
│ - xstr hBrightness.x,hBrightness.y,100,hBrightness.h,7,defaultBcoColor,0,0,0,3,"a"
|
||||
│ - xstr hBrightness.x,hBrightness.y+hBrightness.h-15,100,hBrightness.h,7,defaultBcoColor,0,0,0,3,"b"
|
||||
│ - tmDrawCooldown.en=0
|
||||
│ -
|
||||
│ Timer tmSerial
|
||||
│ Attributes
|
||||
│ Scope : local
|
||||
│ Period (ms): 50
|
||||
│ Enabled : yes
|
||||
│
|
||||
│ Events
|
||||
│ @@ -425,48 +454,48 @@
|
||||
│ // write instruction to tInstuction (debug output, but used as variable here, ui elements will be disabled by default)
|
||||
│ spstr strCommand.txt,tInstruction.txt,"~",0
|
||||
│ spstr strCommand.txt,tTmp.txt,"~",1
|
||||
│ if(tInstruction.txt=="entityUpdateDetail"&&entn.txt==tTmp.txt)
|
||||
│ {
|
||||
│ // change icon
|
||||
│ //spstr strCommand.txt,tIcon1.txt,"~",2
|
||||
│ - //vis tIcon1,1
|
||||
│ + vis tIcon1,1
|
||||
│ // change icon color
|
||||
│ spstr strCommand.txt,tTmp.txt,"~",3
|
||||
│ covx tTmp.txt,sys0,0,0
|
||||
│ - col.val=sys0
|
||||
│ - //tEntity.pco=sys0
|
||||
│ + tIcon1.pco=sys0
|
||||
│ // get Button State
|
||||
│ spstr strCommand.txt,tTmp.txt,"~",4
|
||||
│ covx tTmp.txt,sys0,0,0
|
||||
│ btOnOff1.val=sys0
|
||||
│ // get Brightness value
|
||||
│ spstr strCommand.txt,tTmp.txt,"~",5
|
||||
│ if(tTmp.txt=="disable")
|
||||
│ {
|
||||
│ - //vis t1,0
|
||||
│ - //vis t2,0
|
||||
│ + vis t1,0
|
||||
│ + vis t2,0
|
||||
│ vis hBrightness,0
|
||||
│ }else
|
||||
│ {
|
||||
│ - //vis t1,1
|
||||
│ - //vis t2,1
|
||||
│ + vis t1,1
|
||||
│ + vis t2,1
|
||||
│ vis hBrightness,1
|
||||
│ covx tTmp.txt,sys0,0,0
|
||||
│ - hBrightness.val=sys0
|
||||
│ - tmDrawCooldown.en=1
|
||||
│ - tmDrawCooldown.tim=500
|
||||
│ + if(tmCooldown.en==0)
|
||||
│ + {
|
||||
│ + hBrightness.val=sys0
|
||||
│ + }
|
||||
│ }
|
||||
│ // get ColorTemp value
|
||||
│ spstr strCommand.txt,tTmp.txt,"~",6
|
||||
│ if(tTmp.txt=="disable")
|
||||
│ {
|
||||
│ vis hTempSlider,0
|
||||
│ - //vis t3,0
|
||||
│ - //vis t4,0
|
||||
│ + vis t3,0
|
||||
│ + vis t4,0
|
||||
│ mode_temp.val=0
|
||||
│ // mode == 1 is temp controls currently shown
|
||||
│ if(mode.val==1)
|
||||
│ {
|
||||
│ // switch mode
|
||||
│ click bColor,1
|
||||
│ click bColor,0
|
||||
│ @@ -481,16 +510,16 @@
|
||||
│ click bColor,1
|
||||
│ click bColor,0
|
||||
│ }
|
||||
│ }else
|
||||
│ {
|
||||
│ mode_temp.val=1
|
||||
│ vis hTempSlider,1
|
||||
│ - //vis t3,1
|
||||
│ - //vis t4,1
|
||||
│ + vis t3,1
|
||||
│ + vis t4,1
|
||||
│ if(tmCooldown.en==0)
|
||||
│ {
|
||||
│ covx tTmp.txt,sys0,0,0
|
||||
│ hTempSlider.val=sys0
|
||||
│ }
|
||||
│ // mode == 0 is rgb controls currently shown
|
||||
│ if(mode.val==0)
|
||||
│ @@ -501,36 +530,36 @@
|
||||
│ }
|
||||
│ }
|
||||
│ // get Color value
|
||||
│ spstr strCommand.txt,tTmp.txt,"~",7
|
||||
│ // disable -> isn't supported
|
||||
│ if(tTmp.txt=="disable")
|
||||
│ {
|
||||
│ - //vis t0,0
|
||||
│ + vis t0,0
|
||||
│ vis bColor,0
|
||||
│ vis pColorWheel,0
|
||||
│ }else
|
||||
│ {
|
||||
│ - //vis t0,1
|
||||
│ + vis t0,1
|
||||
│ //only enable bColor button if color temp is also supported
|
||||
│ if(mode_temp.val==1)
|
||||
│ {
|
||||
│ vis bColor,1
|
||||
│ }
|
||||
│ if(mode.val==0)
|
||||
│ {
|
||||
│ vis pColorWheel,1
|
||||
│ }
|
||||
│ }
|
||||
│ // set t0 Color (Localization)
|
||||
│ - //spstr strCommand.txt,t0.txt,"~",8
|
||||
│ + spstr strCommand.txt,t0.txt,"~",8
|
||||
│ // set t4 Temperature (Localization)
|
||||
│ - //spstr strCommand.txt,t4.txt,"~",9
|
||||
│ + spstr strCommand.txt,t4.txt,"~",9
|
||||
│ // set t1 Brightness (Localization)
|
||||
│ - //spstr strCommand.txt,t1.txt,"~",10
|
||||
│ + spstr strCommand.txt,t1.txt,"~",10
|
||||
│ // activate effect button
|
||||
│ spstr strCommand.txt,tTmp.txt,"~",11
|
||||
│ if(tTmp.txt=="enable")
|
||||
│ {
|
||||
│ vis bEffect,1
|
||||
│ }else
|
||||
│ {
|
||||
│ --- HMI/n2t-out/popupThermo.txt
|
||||
├── +++ HMI/US/portrait/n2t-out/popupThermo.txt
|
||||
│ @@ -228,15 +228,15 @@
|
||||
│ Send Component ID: disabled
|
||||
│ State : unpressed
|
||||
│ Text : î
|
||||
│ Max. Text Size : 10
|
||||
│
|
||||
│ Events
|
||||
│ Touch Press Event
|
||||
│ - tSend.txt="event,buttonPress2,popupThermo,bExit"
|
||||
│ + tSend.txt="event,buttonPress2,popupLight,bExit"
|
||||
│ //send calc crc
|
||||
│ btlen tSend.txt,sys0
|
||||
│ crcrest 1,0xffff // reset CRC
|
||||
│ crcputh 55 bb
|
||||
│ crcputs sys0,2
|
||||
│ crcputs tSend.txt,0
|
||||
│ //send cmd
|
||||
│ --- HMI/n2t-out/popupTimer.txt
|
||||
├── +++ HMI/US/portrait/n2t-out/popupTimer.txt
|
||||
│ @@ -298,15 +298,15 @@
|
||||
│ Send Component ID: disabled
|
||||
│ State : unpressed
|
||||
│ Text : î
|
||||
│ Max. Text Size : 10
|
||||
│
|
||||
│ Events
|
||||
│ Touch Press Event
|
||||
│ - tSend.txt="event,buttonPress2,popupTimer,bExit"
|
||||
│ + tSend.txt="event,buttonPress2,popupLight,bExit"
|
||||
│ //send calc crc
|
||||
│ btlen tSend.txt,sys0
|
||||
│ crcrest 1,0xffff // reset CRC
|
||||
│ crcputh 55 bb
|
||||
│ crcputs sys0,2
|
||||
│ crcputs tSend.txt,0
|
||||
│ //send cmd
|
||||
│ --- HMI/n2t-out/screensaver.txt
|
||||
├── +++ HMI/US/portrait/n2t-out/screensaver.txt
|
||||
│ @@ -28,17 +28,14 @@
|
||||
@@ -2117,33 +1622,6 @@
|
||||
│ Send Component ID : disabled
|
||||
│ Associated Keyboard: none
|
||||
│ Text : PM
|
||||
│ @@ -408,24 +385,24 @@
|
||||
│ Text tIcon1
|
||||
│ Attributes
|
||||
│ Scope : local
|
||||
│ Dragging : 0
|
||||
│ Send Component ID : disabled
|
||||
│ Associated Keyboard: none
|
||||
│ Text :
|
||||
│ - Max. Text Size : 16
|
||||
│ + Max. Text Size : 10
|
||||
│
|
||||
│ Text tIcon2
|
||||
│ Attributes
|
||||
│ Scope : local
|
||||
│ Dragging : 0
|
||||
│ Send Component ID : disabled
|
||||
│ Associated Keyboard: none
|
||||
│ Text :
|
||||
│ - Max. Text Size : 16
|
||||
│ + Max. Text Size : 10
|
||||
│
|
||||
│ Text tMainIcon
|
||||
│ Attributes
|
||||
│ Scope : local
|
||||
│ Dragging : 0
|
||||
│ Send Component ID : disabled
|
||||
│ Associated Keyboard: none
|
||||
│ @@ -572,15 +549,14 @@
|
||||
│ if(tTmp.txt!="")
|
||||
│ {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
+++ /dev/fd/62 2023-05-13 09:17:23.360441539 +0000
|
||||
+++ /dev/fd/62 2023-05-13 09:27:24.610159768 +0000
|
||||
+I/n2t-out/Program.s.txt
|
||||
++ HMI/US/portrait/n2t-out/Program.s.txt
|
||||
+1 +10,11 @@
|
||||
@@ -57,13 +57,13 @@
|
||||
+ributes
|
||||
+ Scope : local
|
||||
+ Text :
|
||||
+ Max. Text Size: 80
|
||||
+ Max. Text Size: 40
|
||||
+
|
||||
+e (string) nent2
|
||||
+ributes
|
||||
+ Scope : local
|
||||
+ Text :
|
||||
+ Max. Text Size: 80
|
||||
+ Max. Text Size: 40
|
||||
+14 +185,26 @@
|
||||
+e (string) type6
|
||||
@@ -1029,501 +1029,6 @@
|
||||
+ crcputs sys0,2
|
||||
+ crcputs tSend.txt,0
|
||||
+ //send cmd
|
||||
+I/n2t-out/popupLight.txt
|
||||
++ HMI/US/portrait/n2t-out/popupLight.txt
|
||||
+0 +12,21 @@
|
||||
+nts
|
||||
+ Preinitialize Event
|
||||
+ dim=dimValueNormal
|
||||
+ //get entitiy name
|
||||
+ tEntity.txt=pageIcons.tTmp1.txt
|
||||
+ //get entity id
|
||||
+ entn.txt=pageIcons.tTmp2.txt
|
||||
+ tIcon1.txt=pageIcons.tTmp3.txt
|
||||
+ vis p0,0
|
||||
+ vis tSend,0
|
||||
+ vis tTmp,0
|
||||
+ vis tInstruction,0
|
||||
+ vis tId,0
|
||||
+ vis bEffect,0
|
||||
+ vis hBrightness,0
|
||||
+ //page open event
|
||||
+ // event,pageOpenDetail,typeOfPage,tEntityName
|
||||
+ // craft command
|
||||
+ tSend.txt="event,pageOpenDetail,popupLight,"+entn.txt
|
||||
+ //send calc crc
|
||||
+ btlen tSend.txt,sys0
|
||||
+ crcrest 1,0xffff // reset CRC
|
||||
+4 +35,24 @@
|
||||
+ crcputs tSend.txt,0
|
||||
+ //send cmd
|
||||
+ printh 55 bb
|
||||
+ prints sys0,2
|
||||
+ prints tSend.txt,0
|
||||
+ prints crcval,2
|
||||
+ //disable brightness by default
|
||||
+ //vis t1,0
|
||||
+ //vis t2,0
|
||||
+ vis hBrightness,1
|
||||
+ vis t1,0
|
||||
+ vis t2,0
|
||||
+ vis hBrightness,0
|
||||
+ //disable color temp by default
|
||||
+ //vis t4,0
|
||||
+ //vis t3,0
|
||||
+ vis t4,0
|
||||
+ vis t3,0
|
||||
+ vis hTempSlider,0
|
||||
+ //disable color wheel components by default
|
||||
+ vis bColor,0
|
||||
+ //vis t0,0
|
||||
+ vis t0,0
|
||||
+ vis pColorWheel,0
|
||||
+ //vis t0,0
|
||||
+ popupLight.bco=defaultBcoColor
|
||||
+ for(sys0=0;sys0<27;sys0++)
|
||||
+ {
|
||||
+ if(b[sys0].type==98||b[sys0].type==116)
|
||||
+ {
|
||||
+6 +63,22 @@
|
||||
+ {
|
||||
+ b[sys0].pic=10
|
||||
+ b[sys0].pic2=11
|
||||
+ }
|
||||
+ }
|
||||
+ if(defaultBcoColor==0)
|
||||
+ {
|
||||
+ hBrightness.pic=14
|
||||
+ hBrightness.pic1=13
|
||||
+ hBrightness.pic2=15
|
||||
+ hTempSlider.pic=16
|
||||
+ hTempSlider.pic1=16
|
||||
+ hTempSlider.pic1=17
|
||||
+ hTempSlider.pic2=15
|
||||
+ }
|
||||
+
|
||||
+ Postinitialize Event
|
||||
+ fill hBrightness.x,hBrightness.y,100,250,defaultBcoColor
|
||||
+
|
||||
+e (int32) col
|
||||
+ributes
|
||||
+ Scope: local
|
||||
+ Value: 65504
|
||||
+
|
||||
+e (string) entn
|
||||
+ributes
|
||||
+ Scope : local
|
||||
+ Text :
|
||||
+ Max. Text Size: 80
|
||||
+
|
||||
+e (int32) mode
|
||||
+7 +93,116 @@
|
||||
+
|
||||
+e (string) strCommand
|
||||
+ributes
|
||||
+ Scope : local
|
||||
+ Text :
|
||||
+ Max. Text Size: 500
|
||||
+
|
||||
+e (string) tId
|
||||
+e (string) tSend
|
||||
+ributes
|
||||
+ Scope : local
|
||||
+ Text :
|
||||
+ Max. Text Size: 20
|
||||
+ Max. Text Size: 200
|
||||
+
|
||||
+e (string) tInstruction
|
||||
+
|
||||
+ributes
|
||||
+ Scope : local
|
||||
+ Text :
|
||||
+ Max. Text Size: 20
|
||||
+ Scope : local
|
||||
+ Dragging : 0
|
||||
+ Send Component ID : disabled
|
||||
+ Associated Keyboard: none
|
||||
+ Text : Color
|
||||
+ Max. Text Size : 50
|
||||
+
|
||||
+e (string) tSend
|
||||
+
|
||||
+ributes
|
||||
+ Scope : local
|
||||
+ Text :
|
||||
+ Max. Text Size: 200
|
||||
+ Scope : local
|
||||
+ Dragging : 0
|
||||
+ Send Component ID : disabled
|
||||
+ Associated Keyboard: none
|
||||
+ Text : Brightness
|
||||
+ Max. Text Size : 50
|
||||
+
|
||||
+e (string) tTmp
|
||||
+
|
||||
+ributes
|
||||
+ Scope : local
|
||||
+ Text :
|
||||
+ Max. Text Size: 80
|
||||
+ Scope : local
|
||||
+ Dragging : 0
|
||||
+ Send Component ID : disabled
|
||||
+ Associated Keyboard: none
|
||||
+ Text : î
|
||||
+ Max. Text Size : 10
|
||||
+
|
||||
+
|
||||
+ributes
|
||||
+ Scope : local
|
||||
+ Dragging : 0
|
||||
+ Send Component ID : disabled
|
||||
+ Associated Keyboard: none
|
||||
+ Text : î
|
||||
+ Max. Text Size : 10
|
||||
+
|
||||
+
|
||||
+ributes
|
||||
+ Scope : local
|
||||
+ Dragging : 0
|
||||
+ Send Component ID : disabled
|
||||
+ Associated Keyboard: none
|
||||
+ Text : Temperature
|
||||
+ Max. Text Size : 50
|
||||
+
|
||||
+ntity
|
||||
+ributes
|
||||
+ Scope : local
|
||||
+ Dragging : 0
|
||||
+ Send Component ID : disabled
|
||||
+ Associated Keyboard: none
|
||||
+ Text : tEntity1
|
||||
+ Max. Text Size : 25
|
||||
+
|
||||
+con1
|
||||
+ributes
|
||||
+ Scope : local
|
||||
+ Dragging : 0
|
||||
+ Send Component ID : disabled
|
||||
+ Associated Keyboard: none
|
||||
+ Text : î´
|
||||
+ Max. Text Size : 10
|
||||
+
|
||||
+d
|
||||
+ributes
|
||||
+ Scope : local
|
||||
+ Dragging : 0
|
||||
+ Send Component ID : disabled
|
||||
+ Associated Keyboard: none
|
||||
+ Text :
|
||||
+ Max. Text Size : 20
|
||||
+
|
||||
+nstruction
|
||||
+ributes
|
||||
+ Scope : local
|
||||
+ Dragging : 0
|
||||
+ Send Component ID : disabled
|
||||
+ Associated Keyboard: none
|
||||
+ Text :
|
||||
+ Max. Text Size : 20
|
||||
+
|
||||
+mp
|
||||
+ributes
|
||||
+ Scope : local
|
||||
+ Dragging : 0
|
||||
+ Send Component ID : disabled
|
||||
+ Associated Keyboard: none
|
||||
+ Text :
|
||||
+ Max. Text Size : 80
|
||||
+
|
||||
+ p0
|
||||
+ributes
|
||||
+ Scope : local
|
||||
+ Dragging : 0
|
||||
+ Send Component ID: disabled
|
||||
+
|
||||
+ pColorWheel
|
||||
+ributes
|
||||
+ Scope : local
|
||||
+ Dragging : 0
|
||||
+ Send Component ID: disabled
|
||||
+
|
||||
+nts
|
||||
+28 +240,14 @@
|
||||
+ Send Component ID: disabled
|
||||
+ Position : 50
|
||||
+ Upper range limit: 100
|
||||
+ Lower range limit: 0
|
||||
+
|
||||
+nts
|
||||
+ Touch Release Event
|
||||
+ //draw black background
|
||||
+ fill hBrightness.x,hBrightness.y,100,hBrightness.val*-25/10+250,8484
|
||||
+ //draw draw colored bar at the position of the current brightness value
|
||||
+ fill hBrightness.x,hBrightness.val*-25/10+314,100,hBrightness.val*25/10,col.val
|
||||
+ if(hBrightness.val>7)
|
||||
+ {
|
||||
+ //draw cursor
|
||||
+ fill hBrightness.x+25,hBrightness.val*-25/10+322,50,4,WHITE
|
||||
+ //paint corner
|
||||
+ xstr hBrightness.x,hBrightness.val*-25/10+314,100,hBrightness.h,7,8484,0,0,0,3,"a"
|
||||
+ }
|
||||
+ //paint corners
|
||||
+ xstr hBrightness.x,hBrightness.y,100,hBrightness.h,7,defaultBcoColor,0,0,0,3,"a"
|
||||
+ xstr hBrightness.x,hBrightness.y+hBrightness.h-15,100,hBrightness.h,7,defaultBcoColor,0,0,0,3,"b"
|
||||
+ tmCooldown.en=1
|
||||
+ tmCooldown.tim=2500
|
||||
+ //craft command
|
||||
+ tSend.txt="event,buttonPress2,"+entn.txt+",brightnessSlider,"
|
||||
+ covx hBrightness.val,tTmp.txt,0,0
|
||||
+ tSend.txt+=tTmp.txt
|
||||
+ //send calc crc
|
||||
+27 +328,27 @@
|
||||
+ Touch Press Event
|
||||
+ if(mode.val==1)
|
||||
+ {
|
||||
+ mode.val=0
|
||||
+ //enable color wheel
|
||||
+ vis pColorWheel,1
|
||||
+ //disable color temp
|
||||
+ //vis t4,0
|
||||
+ //vis t3,0
|
||||
+ vis t4,0
|
||||
+ vis t3,0
|
||||
+ vis hTempSlider,0
|
||||
+ }else
|
||||
+ {
|
||||
+ mode.val=1
|
||||
+ //disable color wheel
|
||||
+ vis pColorWheel,0
|
||||
+ if(mode_temp.val==1)
|
||||
+ {
|
||||
+ //enable color temp
|
||||
+ //vis t4,1
|
||||
+ //vis t3,1
|
||||
+ vis t4,1
|
||||
+ vis t3,1
|
||||
+ vis hTempSlider,1
|
||||
+ }
|
||||
+ }
|
||||
+
|
||||
+bEffect
|
||||
+ributes
|
||||
+ Scope : local
|
||||
+14 +358,15 @@
|
||||
+ Text : 
|
||||
+ Max. Text Size : 10
|
||||
+
|
||||
+nts
|
||||
+ Touch Press Event
|
||||
+ pageIcons.tTmp1.txt=tEntity.txt
|
||||
+ pageIcons.tTmp2.txt=entn.txt
|
||||
+ pageIcons.tTmp3.txt=tIcon1.txt
|
||||
+ page popupInSel
|
||||
+
|
||||
+ate Button btOnOff1
|
||||
+ributes
|
||||
+ Scope : local
|
||||
+ Dragging : 0
|
||||
+ Send Component ID: disabled
|
||||
+38 +398,14 @@
|
||||
+ Period (ms): 100
|
||||
+ Enabled : no
|
||||
+
|
||||
+nts
|
||||
+ Timer Event
|
||||
+ tmCooldown.en=0
|
||||
+
|
||||
+mDrawCooldown
|
||||
+ributes
|
||||
+ Scope : local
|
||||
+ Period (ms): 500
|
||||
+ Enabled : no
|
||||
+
|
||||
+nts
|
||||
+ Timer Event
|
||||
+ //draw black background
|
||||
+ fill hBrightness.x,hBrightness.y,100,hBrightness.val*-25/10+250,8484
|
||||
+ //draw draw colored bar at the position of the current brightness value
|
||||
+ fill hBrightness.x,hBrightness.val*-25/10+314,100,hBrightness.val*25/10,col.val
|
||||
+ if(hBrightness.val>7)
|
||||
+ {
|
||||
+ //draw cursor
|
||||
+ fill hBrightness.x+25,hBrightness.val*-25/10+322,50,4,WHITE
|
||||
+ //paint corner
|
||||
+ xstr hBrightness.x,hBrightness.val*-25/10+314,100,hBrightness.h,7,8484,0,0,0,3,"a"
|
||||
+ }
|
||||
+ //paint corners
|
||||
+ xstr hBrightness.x,hBrightness.y,100,hBrightness.h,7,defaultBcoColor,0,0,0,3,"a"
|
||||
+ xstr hBrightness.x,hBrightness.y+hBrightness.h-15,100,hBrightness.h,7,defaultBcoColor,0,0,0,3,"b"
|
||||
+ tmDrawCooldown.en=0
|
||||
+
|
||||
+mSerial
|
||||
+ributes
|
||||
+ Scope : local
|
||||
+ Period (ms): 50
|
||||
+ Enabled : yes
|
||||
+
|
||||
+nts
|
||||
+48 +454,48 @@
|
||||
+ // write instruction to tInstuction (debug output, but used as variable here, ui elements will be disabled by default)
|
||||
+ spstr strCommand.txt,tInstruction.txt,"~",0
|
||||
+ spstr strCommand.txt,tTmp.txt,"~",1
|
||||
+ if(tInstruction.txt=="entityUpdateDetail"&&entn.txt==tTmp.txt)
|
||||
+ {
|
||||
+ // change icon
|
||||
+ //spstr strCommand.txt,tIcon1.txt,"~",2
|
||||
+ //vis tIcon1,1
|
||||
+ vis tIcon1,1
|
||||
+ // change icon color
|
||||
+ spstr strCommand.txt,tTmp.txt,"~",3
|
||||
+ covx tTmp.txt,sys0,0,0
|
||||
+ col.val=sys0
|
||||
+ //tEntity.pco=sys0
|
||||
+ tIcon1.pco=sys0
|
||||
+ // get Button State
|
||||
+ spstr strCommand.txt,tTmp.txt,"~",4
|
||||
+ covx tTmp.txt,sys0,0,0
|
||||
+ btOnOff1.val=sys0
|
||||
+ // get Brightness value
|
||||
+ spstr strCommand.txt,tTmp.txt,"~",5
|
||||
+ if(tTmp.txt=="disable")
|
||||
+ {
|
||||
+ //vis t1,0
|
||||
+ //vis t2,0
|
||||
+ vis t1,0
|
||||
+ vis t2,0
|
||||
+ vis hBrightness,0
|
||||
+ }else
|
||||
+ {
|
||||
+ //vis t1,1
|
||||
+ //vis t2,1
|
||||
+ vis t1,1
|
||||
+ vis t2,1
|
||||
+ vis hBrightness,1
|
||||
+ covx tTmp.txt,sys0,0,0
|
||||
+ hBrightness.val=sys0
|
||||
+ tmDrawCooldown.en=1
|
||||
+ tmDrawCooldown.tim=500
|
||||
+ if(tmCooldown.en==0)
|
||||
+ {
|
||||
+ hBrightness.val=sys0
|
||||
+ }
|
||||
+ }
|
||||
+ // get ColorTemp value
|
||||
+ spstr strCommand.txt,tTmp.txt,"~",6
|
||||
+ if(tTmp.txt=="disable")
|
||||
+ {
|
||||
+ vis hTempSlider,0
|
||||
+ //vis t3,0
|
||||
+ //vis t4,0
|
||||
+ vis t3,0
|
||||
+ vis t4,0
|
||||
+ mode_temp.val=0
|
||||
+ // mode == 1 is temp controls currently shown
|
||||
+ if(mode.val==1)
|
||||
+ {
|
||||
+ // switch mode
|
||||
+ click bColor,1
|
||||
+ click bColor,0
|
||||
+16 +510,16 @@
|
||||
+ click bColor,1
|
||||
+ click bColor,0
|
||||
+ }
|
||||
+ }else
|
||||
+ {
|
||||
+ mode_temp.val=1
|
||||
+ vis hTempSlider,1
|
||||
+ //vis t3,1
|
||||
+ //vis t4,1
|
||||
+ vis t3,1
|
||||
+ vis t4,1
|
||||
+ if(tmCooldown.en==0)
|
||||
+ {
|
||||
+ covx tTmp.txt,sys0,0,0
|
||||
+ hTempSlider.val=sys0
|
||||
+ }
|
||||
+ // mode == 0 is rgb controls currently shown
|
||||
+ if(mode.val==0)
|
||||
+36 +530,36 @@
|
||||
+ }
|
||||
+ }
|
||||
+ // get Color value
|
||||
+ spstr strCommand.txt,tTmp.txt,"~",7
|
||||
+ // disable -> isn't supported
|
||||
+ if(tTmp.txt=="disable")
|
||||
+ {
|
||||
+ //vis t0,0
|
||||
+ vis t0,0
|
||||
+ vis bColor,0
|
||||
+ vis pColorWheel,0
|
||||
+ }else
|
||||
+ {
|
||||
+ //vis t0,1
|
||||
+ vis t0,1
|
||||
+ //only enable bColor button if color temp is also supported
|
||||
+ if(mode_temp.val==1)
|
||||
+ {
|
||||
+ vis bColor,1
|
||||
+ }
|
||||
+ if(mode.val==0)
|
||||
+ {
|
||||
+ vis pColorWheel,1
|
||||
+ }
|
||||
+ }
|
||||
+ // set t0 Color (Localization)
|
||||
+ //spstr strCommand.txt,t0.txt,"~",8
|
||||
+ spstr strCommand.txt,t0.txt,"~",8
|
||||
+ // set t4 Temperature (Localization)
|
||||
+ //spstr strCommand.txt,t4.txt,"~",9
|
||||
+ spstr strCommand.txt,t4.txt,"~",9
|
||||
+ // set t1 Brightness (Localization)
|
||||
+ //spstr strCommand.txt,t1.txt,"~",10
|
||||
+ spstr strCommand.txt,t1.txt,"~",10
|
||||
+ // activate effect button
|
||||
+ spstr strCommand.txt,tTmp.txt,"~",11
|
||||
+ if(tTmp.txt=="enable")
|
||||
+ {
|
||||
+ vis bEffect,1
|
||||
+ }else
|
||||
+ {
|
||||
+I/n2t-out/popupThermo.txt
|
||||
++ HMI/US/portrait/n2t-out/popupThermo.txt
|
||||
+15 +228,15 @@
|
||||
+ Send Component ID: disabled
|
||||
+ State : unpressed
|
||||
+ Text : î
|
||||
+ Max. Text Size : 10
|
||||
+
|
||||
+nts
|
||||
+ Touch Press Event
|
||||
+ tSend.txt="event,buttonPress2,popupThermo,bExit"
|
||||
+ tSend.txt="event,buttonPress2,popupLight,bExit"
|
||||
+ //send calc crc
|
||||
+ btlen tSend.txt,sys0
|
||||
+ crcrest 1,0xffff // reset CRC
|
||||
+ crcputh 55 bb
|
||||
+ crcputs sys0,2
|
||||
+ crcputs tSend.txt,0
|
||||
+ //send cmd
|
||||
+I/n2t-out/popupTimer.txt
|
||||
++ HMI/US/portrait/n2t-out/popupTimer.txt
|
||||
+15 +298,15 @@
|
||||
+ Send Component ID: disabled
|
||||
+ State : unpressed
|
||||
+ Text : î
|
||||
+ Max. Text Size : 10
|
||||
+
|
||||
+nts
|
||||
+ Touch Press Event
|
||||
+ tSend.txt="event,buttonPress2,popupTimer,bExit"
|
||||
+ tSend.txt="event,buttonPress2,popupLight,bExit"
|
||||
+ //send calc crc
|
||||
+ btlen tSend.txt,sys0
|
||||
+ crcrest 1,0xffff // reset CRC
|
||||
+ crcputh 55 bb
|
||||
+ crcputs sys0,2
|
||||
+ crcputs tSend.txt,0
|
||||
+ //send cmd
|
||||
+I/n2t-out/screensaver.txt
|
||||
++ HMI/US/portrait/n2t-out/screensaver.txt
|
||||
+7 +28,14 @@
|
||||
@@ -1655,33 +1160,6 @@
|
||||
+ Send Component ID : disabled
|
||||
+ Associated Keyboard: none
|
||||
+ Text : PM
|
||||
+24 +385,24 @@
|
||||
+con1
|
||||
+ributes
|
||||
+ Scope : local
|
||||
+ Dragging : 0
|
||||
+ Send Component ID : disabled
|
||||
+ Associated Keyboard: none
|
||||
+ Text :
|
||||
+ Max. Text Size : 16
|
||||
+ Max. Text Size : 10
|
||||
+
|
||||
+con2
|
||||
+ributes
|
||||
+ Scope : local
|
||||
+ Dragging : 0
|
||||
+ Send Component ID : disabled
|
||||
+ Associated Keyboard: none
|
||||
+ Text :
|
||||
+ Max. Text Size : 16
|
||||
+ Max. Text Size : 10
|
||||
+
|
||||
+ainIcon
|
||||
+ributes
|
||||
+ Scope : local
|
||||
+ Dragging : 0
|
||||
+ Send Component ID : disabled
|
||||
+ Associated Keyboard: none
|
||||
+15 +549,14 @@
|
||||
+ if(tTmp.txt!="")
|
||||
+ {
|
||||
|
||||
@@ -11,17 +11,21 @@ pageTest
|
||||
14 Line(s) of event code
|
||||
14 Unique line(s) of event code
|
||||
popupLight
|
||||
28 Component(s)
|
||||
408 Line(s) of event code
|
||||
225 Unique line(s) of event code
|
||||
screensaver2
|
||||
58 Component(s)
|
||||
344 Line(s) of event code
|
||||
243 Unique line(s) of event code
|
||||
23 Component(s)
|
||||
406 Line(s) of event code
|
||||
207 Unique line(s) of event code
|
||||
popupTimer
|
||||
42 Component(s)
|
||||
512 Line(s) of event code
|
||||
255 Unique line(s) of event code
|
||||
popupFan
|
||||
27 Component(s)
|
||||
351 Line(s) of event code
|
||||
204 Unique line(s) of event code
|
||||
popupThermo
|
||||
44 Component(s)
|
||||
519 Line(s) of event code
|
||||
274 Unique line(s) of event code
|
||||
cardPower
|
||||
54 Component(s)
|
||||
517 Line(s) of event code
|
||||
@@ -34,10 +38,6 @@ popupShutter
|
||||
25 Component(s)
|
||||
398 Line(s) of event code
|
||||
218 Unique line(s) of event code
|
||||
popupThermo
|
||||
44 Component(s)
|
||||
519 Line(s) of event code
|
||||
274 Unique line(s) of event code
|
||||
cardAlarm
|
||||
43 Component(s)
|
||||
496 Line(s) of event code
|
||||
@@ -66,10 +66,6 @@ cardQR
|
||||
34 Component(s)
|
||||
406 Line(s) of event code
|
||||
236 Unique line(s) of event code
|
||||
popupTimer
|
||||
42 Component(s)
|
||||
512 Line(s) of event code
|
||||
255 Unique line(s) of event code
|
||||
screensaver
|
||||
46 Component(s)
|
||||
425 Line(s) of event code
|
||||
@@ -86,9 +82,13 @@ cardEntities
|
||||
91 Component(s)
|
||||
1626 Line(s) of event code
|
||||
703 Unique line(s) of event code
|
||||
screensaver2
|
||||
58 Component(s)
|
||||
344 Line(s) of event code
|
||||
243 Unique line(s) of event code
|
||||
|
||||
Total
|
||||
22 Page(s)
|
||||
811 Component(s)
|
||||
9629 Line(s) of event code
|
||||
2454 Unique line(s) of event code
|
||||
806 Component(s)
|
||||
9627 Line(s) of event code
|
||||
2446 Unique line(s) of event code
|
||||
|
||||
@@ -24,13 +24,12 @@ Page popupLight
|
||||
tEntity.txt=pageIcons.tTmp1.txt
|
||||
//get entity id
|
||||
entn.txt=pageIcons.tTmp2.txt
|
||||
tIcon1.txt=pageIcons.tTmp3.txt
|
||||
vis p0,0
|
||||
vis tSend,0
|
||||
vis tTmp,0
|
||||
vis tInstruction,0
|
||||
vis tId,0
|
||||
vis bEffect,0
|
||||
vis hBrightness,0
|
||||
//page open event
|
||||
// event,pageOpenDetail,typeOfPage,tEntityName
|
||||
// craft command
|
||||
@@ -47,16 +46,16 @@ Page popupLight
|
||||
prints tSend.txt,0
|
||||
prints crcval,2
|
||||
//disable brightness by default
|
||||
vis t1,0
|
||||
vis t2,0
|
||||
vis hBrightness,0
|
||||
//vis t1,0
|
||||
//vis t2,0
|
||||
vis hBrightness,1
|
||||
//disable color temp by default
|
||||
vis t4,0
|
||||
vis t3,0
|
||||
//vis t4,0
|
||||
//vis t3,0
|
||||
vis hTempSlider,0
|
||||
//disable color wheel components by default
|
||||
vis bColor,0
|
||||
vis t0,0
|
||||
//vis t0,0
|
||||
vis pColorWheel,0
|
||||
//vis t0,0
|
||||
popupLight.bco=defaultBcoColor
|
||||
@@ -75,202 +74,83 @@ Page popupLight
|
||||
}
|
||||
if(defaultBcoColor==0)
|
||||
{
|
||||
hBrightness.pic=14
|
||||
hBrightness.pic1=13
|
||||
hBrightness.pic2=15
|
||||
hTempSlider.pic=16
|
||||
hTempSlider.pic1=17
|
||||
hTempSlider.pic2=15
|
||||
hTempSlider.pic1=16
|
||||
}
|
||||
|
||||
Postinitialize Event
|
||||
fill hBrightness.x,hBrightness.y,100,250,defaultBcoColor
|
||||
|
||||
Variable (int32) col
|
||||
Attributes
|
||||
ID : 18
|
||||
Scope: local
|
||||
Value: 65504
|
||||
|
||||
Variable (string) entn
|
||||
Attributes
|
||||
ID : 20
|
||||
ID : 11
|
||||
Scope : local
|
||||
Text :
|
||||
Max. Text Size: 80
|
||||
|
||||
Variable (int32) mode
|
||||
Attributes
|
||||
ID : 22
|
||||
ID : 13
|
||||
Scope: local
|
||||
Value: 1
|
||||
|
||||
Variable (int32) mode_temp
|
||||
Attributes
|
||||
ID : 23
|
||||
ID : 14
|
||||
Scope: local
|
||||
Value: 0
|
||||
|
||||
Variable (string) strCommand
|
||||
Attributes
|
||||
ID : 16
|
||||
ID : 9
|
||||
Scope : local
|
||||
Text :
|
||||
Max. Text Size: 500
|
||||
|
||||
Variable (string) tId
|
||||
Attributes
|
||||
ID : 20
|
||||
Scope : local
|
||||
Text :
|
||||
Max. Text Size: 20
|
||||
|
||||
Variable (string) tInstruction
|
||||
Attributes
|
||||
ID : 19
|
||||
Scope : local
|
||||
Text :
|
||||
Max. Text Size: 20
|
||||
|
||||
Variable (string) tSend
|
||||
Attributes
|
||||
ID : 26
|
||||
ID : 16
|
||||
Scope : local
|
||||
Text :
|
||||
Max. Text Size: 200
|
||||
|
||||
Text t0
|
||||
Variable (string) tTmp
|
||||
Attributes
|
||||
ID : 24
|
||||
ID : 21
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 12
|
||||
y coordinate : 57
|
||||
Width : 141
|
||||
Height : 30
|
||||
Effect : load
|
||||
Effect Priority : 0
|
||||
Effect Time : 300
|
||||
Fill : solid color
|
||||
Style : flat
|
||||
Associated Keyboard : none
|
||||
Font ID : 0
|
||||
Back. Color : 6371
|
||||
Font Color : 65535
|
||||
Horizontal Alignment: left
|
||||
Vertical Alignment : center
|
||||
Input Type : character
|
||||
Text : Color
|
||||
Max. Text Size : 50
|
||||
Word wrap : disabled
|
||||
Horizontal Spacing : 0
|
||||
Vertical Spacing : 0
|
||||
|
||||
Text t1
|
||||
Attributes
|
||||
ID : 6
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 60
|
||||
y coordinate : 374
|
||||
Width : 251
|
||||
Height : 30
|
||||
Effect : load
|
||||
Effect Priority : 0
|
||||
Effect Time : 300
|
||||
Fill : solid color
|
||||
Style : flat
|
||||
Associated Keyboard : none
|
||||
Font ID : 0
|
||||
Back. Color : 6371
|
||||
Font Color : 65535
|
||||
Horizontal Alignment: left
|
||||
Vertical Alignment : center
|
||||
Input Type : character
|
||||
Text : Brightness
|
||||
Max. Text Size : 50
|
||||
Word wrap : disabled
|
||||
Horizontal Spacing : 0
|
||||
Vertical Spacing : 0
|
||||
|
||||
Text t2
|
||||
Attributes
|
||||
ID : 9
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 10
|
||||
y coordinate : 374
|
||||
Width : 45
|
||||
Height : 30
|
||||
Effect : load
|
||||
Effect Priority : 0
|
||||
Effect Time : 300
|
||||
Fill : solid color
|
||||
Style : flat
|
||||
Associated Keyboard : none
|
||||
Font ID : 1
|
||||
Back. Color : 6371
|
||||
Font Color : 40147
|
||||
Horizontal Alignment: center
|
||||
Vertical Alignment : center
|
||||
Input Type : character
|
||||
Text : î
|
||||
Max. Text Size : 10
|
||||
Word wrap : disabled
|
||||
Horizontal Spacing : 0
|
||||
Vertical Spacing : 0
|
||||
|
||||
Text t3
|
||||
Attributes
|
||||
ID : 10
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 10
|
||||
y coordinate : 267
|
||||
Width : 45
|
||||
Height : 30
|
||||
Effect : load
|
||||
Effect Priority : 0
|
||||
Effect Time : 300
|
||||
Fill : solid color
|
||||
Style : flat
|
||||
Associated Keyboard : none
|
||||
Font ID : 1
|
||||
Back. Color : 6371
|
||||
Font Color : 40147
|
||||
Horizontal Alignment: center
|
||||
Vertical Alignment : center
|
||||
Input Type : character
|
||||
Text : î
|
||||
Max. Text Size : 10
|
||||
Word wrap : disabled
|
||||
Horizontal Spacing : 0
|
||||
Vertical Spacing : 0
|
||||
|
||||
Text t4
|
||||
Attributes
|
||||
ID : 11
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 60
|
||||
y coordinate : 266
|
||||
Width : 250
|
||||
Height : 30
|
||||
Effect : load
|
||||
Effect Priority : 0
|
||||
Effect Time : 300
|
||||
Fill : solid color
|
||||
Style : flat
|
||||
Associated Keyboard : none
|
||||
Font ID : 0
|
||||
Back. Color : 6371
|
||||
Font Color : 65535
|
||||
Horizontal Alignment: left
|
||||
Vertical Alignment : center
|
||||
Input Type : character
|
||||
Text : Temperature
|
||||
Max. Text Size : 50
|
||||
Word wrap : disabled
|
||||
Horizontal Spacing : 0
|
||||
Vertical Spacing : 0
|
||||
Text :
|
||||
Max. Text Size: 80
|
||||
|
||||
Text tEntity
|
||||
Attributes
|
||||
ID : 3
|
||||
ID : 2
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 60
|
||||
x coordinate : 19
|
||||
y coordinate : 21
|
||||
Width : 200
|
||||
Width : 224
|
||||
Height : 30
|
||||
Effect : load
|
||||
Effect Priority : 0
|
||||
@@ -278,10 +158,10 @@ Text tEntity
|
||||
Fill : solid color
|
||||
Style : flat
|
||||
Associated Keyboard : none
|
||||
Font ID : 0
|
||||
Font ID : 1
|
||||
Back. Color : 6371
|
||||
Font Color : 65535
|
||||
Horizontal Alignment: left
|
||||
Horizontal Alignment: center
|
||||
Vertical Alignment : center
|
||||
Input Type : character
|
||||
Text : tEntity1
|
||||
@@ -290,149 +170,17 @@ Text tEntity
|
||||
Horizontal Spacing : 0
|
||||
Vertical Spacing : 0
|
||||
|
||||
Text tIcon1
|
||||
Attributes
|
||||
ID : 4
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 11
|
||||
y coordinate : 21
|
||||
Width : 45
|
||||
Height : 30
|
||||
Effect : load
|
||||
Effect Priority : 0
|
||||
Effect Time : 300
|
||||
Fill : solid color
|
||||
Style : flat
|
||||
Associated Keyboard : none
|
||||
Font ID : 1
|
||||
Back. Color : 6371
|
||||
Font Color : 17299
|
||||
Horizontal Alignment: center
|
||||
Vertical Alignment : center
|
||||
Input Type : character
|
||||
Text : î´
|
||||
Max. Text Size : 10
|
||||
Word wrap : disabled
|
||||
Horizontal Spacing : 0
|
||||
Vertical Spacing : 0
|
||||
|
||||
Text tId
|
||||
Attributes
|
||||
ID : 18
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 100
|
||||
y coordinate : 450
|
||||
Width : 100
|
||||
Height : 30
|
||||
Effect : load
|
||||
Effect Priority : 0
|
||||
Effect Time : 300
|
||||
Fill : solid color
|
||||
Style : flat
|
||||
Associated Keyboard : none
|
||||
Font ID : 0
|
||||
Back. Color : 65535
|
||||
Font Color : 0
|
||||
Horizontal Alignment: center
|
||||
Vertical Alignment : center
|
||||
Input Type : character
|
||||
Text :
|
||||
Max. Text Size : 20
|
||||
Word wrap : disabled
|
||||
Horizontal Spacing : 0
|
||||
Vertical Spacing : 0
|
||||
|
||||
Text tInstruction
|
||||
Attributes
|
||||
ID : 17
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 0
|
||||
y coordinate : 450
|
||||
Width : 100
|
||||
Height : 30
|
||||
Effect : load
|
||||
Effect Priority : 0
|
||||
Effect Time : 300
|
||||
Fill : solid color
|
||||
Style : flat
|
||||
Associated Keyboard : none
|
||||
Font ID : 0
|
||||
Back. Color : 65535
|
||||
Font Color : 0
|
||||
Horizontal Alignment: center
|
||||
Vertical Alignment : center
|
||||
Input Type : character
|
||||
Text :
|
||||
Max. Text Size : 20
|
||||
Word wrap : disabled
|
||||
Horizontal Spacing : 0
|
||||
Vertical Spacing : 0
|
||||
|
||||
Text tTmp
|
||||
Attributes
|
||||
ID : 12
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 282
|
||||
y coordinate : 446
|
||||
Width : 34
|
||||
Height : 30
|
||||
Effect : load
|
||||
Effect Priority : 0
|
||||
Effect Time : 300
|
||||
Fill : solid color
|
||||
Style : flat
|
||||
Associated Keyboard : none
|
||||
Font ID : 0
|
||||
Back. Color : 65535
|
||||
Font Color : 0
|
||||
Horizontal Alignment: center
|
||||
Vertical Alignment : center
|
||||
Input Type : character
|
||||
Text :
|
||||
Max. Text Size : 80
|
||||
Word wrap : disabled
|
||||
Horizontal Spacing : 0
|
||||
Vertical Spacing : 0
|
||||
|
||||
Picture p0
|
||||
Picture pColorWheel
|
||||
Attributes
|
||||
ID : 1
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Send Component ID: disabled
|
||||
Opacity : 127
|
||||
x coordinate : 0
|
||||
y coordinate : 1
|
||||
Width : 319
|
||||
Height : 479
|
||||
Effect : load
|
||||
Effect Priority : 0
|
||||
Effect Time : 300
|
||||
Picture ID : 0
|
||||
|
||||
Picture pColorWheel
|
||||
Attributes
|
||||
ID : 2
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Send Component ID: disabled
|
||||
Opacity : 127
|
||||
x coordinate : 67
|
||||
y coordinate : 89
|
||||
Width : 245
|
||||
Height : 245
|
||||
x coordinate : 150
|
||||
y coordinate : 168
|
||||
Width : 160
|
||||
Height : 160
|
||||
Effect : load
|
||||
Effect Priority : 0
|
||||
Effect Time : 300
|
||||
@@ -468,30 +216,44 @@ Picture pColorWheel
|
||||
|
||||
Slider hBrightness
|
||||
Attributes
|
||||
ID : 7
|
||||
ID : 4
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 12
|
||||
y coordinate : 409
|
||||
Width : 300
|
||||
Height : 44
|
||||
x coordinate : 25
|
||||
y coordinate : 127
|
||||
Width : 100
|
||||
Height : 250
|
||||
Effect : load
|
||||
Effect Priority : 0
|
||||
Effect Time : 300
|
||||
Direction : horizontal
|
||||
Direction : vertical
|
||||
Fill : image
|
||||
Cursor width : auto
|
||||
Cursor height : 255
|
||||
Back. Picture ID : 5
|
||||
Slided Back. Picture ID: 4
|
||||
Cursor height : 1
|
||||
Back. Picture ID : 65535
|
||||
Slided Back. Picture ID: 65535
|
||||
Position : 50
|
||||
Upper range limit : 100
|
||||
Lower range limit : 0
|
||||
|
||||
Events
|
||||
Touch Release Event
|
||||
//draw black background
|
||||
fill hBrightness.x,hBrightness.y,100,hBrightness.val*-25/10+250,8484
|
||||
//draw draw colored bar at the position of the current brightness value
|
||||
fill hBrightness.x,hBrightness.val*-25/10+314,100,hBrightness.val*25/10,col.val
|
||||
if(hBrightness.val>7)
|
||||
{
|
||||
//draw cursor
|
||||
fill hBrightness.x+25,hBrightness.val*-25/10+322,50,4,WHITE
|
||||
//paint corner
|
||||
xstr hBrightness.x,hBrightness.val*-25/10+314,100,hBrightness.h,7,8484,0,0,0,3,"a"
|
||||
}
|
||||
//paint corners
|
||||
xstr hBrightness.x,hBrightness.y,100,hBrightness.h,7,defaultBcoColor,0,0,0,3,"a"
|
||||
xstr hBrightness.x,hBrightness.y+hBrightness.h-15,100,hBrightness.h,7,defaultBcoColor,0,0,0,3,"b"
|
||||
tmCooldown.en=1
|
||||
tmCooldown.tim=2500
|
||||
//craft command
|
||||
@@ -512,24 +274,24 @@ Slider hBrightness
|
||||
|
||||
Slider hTempSlider
|
||||
Attributes
|
||||
ID : 19
|
||||
ID : 10
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 12
|
||||
y coordinate : 304
|
||||
x coordinate : 187
|
||||
y coordinate : 127
|
||||
Width : 100
|
||||
Height : 25
|
||||
Height : 250
|
||||
Effect : load
|
||||
Effect Priority : 0
|
||||
Effect Time : 300
|
||||
Direction : horizontal
|
||||
Direction : vertical
|
||||
Fill : image
|
||||
Cursor width : auto
|
||||
Cursor height : 255
|
||||
Back. Picture ID : 7
|
||||
Slided Back. Picture ID: 8
|
||||
Slided Back. Picture ID: 7
|
||||
Position : 50
|
||||
Upper range limit : 100
|
||||
Lower range limit : 0
|
||||
@@ -556,13 +318,13 @@ Slider hTempSlider
|
||||
|
||||
Button b0
|
||||
Attributes
|
||||
ID : 5
|
||||
ID : 3
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 266
|
||||
y coordinate : 14
|
||||
x coordinate : 256
|
||||
y coordinate : 12
|
||||
Width : 50
|
||||
Height : 50
|
||||
Effect : load
|
||||
@@ -602,13 +364,13 @@ Button b0
|
||||
|
||||
Button bColor
|
||||
Attributes
|
||||
ID : 21
|
||||
ID : 12
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 12
|
||||
y coordinate : 89
|
||||
x coordinate : 134
|
||||
y coordinate : 407
|
||||
Width : 50
|
||||
Height : 50
|
||||
Effect : load
|
||||
@@ -639,8 +401,8 @@ Button bColor
|
||||
//enable color wheel
|
||||
vis pColorWheel,1
|
||||
//disable color temp
|
||||
vis t4,0
|
||||
vis t3,0
|
||||
//vis t4,0
|
||||
//vis t3,0
|
||||
vis hTempSlider,0
|
||||
}else
|
||||
{
|
||||
@@ -650,21 +412,21 @@ Button bColor
|
||||
if(mode_temp.val==1)
|
||||
{
|
||||
//enable color temp
|
||||
vis t4,1
|
||||
vis t3,1
|
||||
//vis t4,1
|
||||
//vis t3,1
|
||||
vis hTempSlider,1
|
||||
}
|
||||
}
|
||||
|
||||
Button bEffect
|
||||
Attributes
|
||||
ID : 27
|
||||
ID : 17
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 12
|
||||
y coordinate : 195
|
||||
x coordinate : 60
|
||||
y coordinate : 407
|
||||
Width : 50
|
||||
Height : 50
|
||||
Effect : load
|
||||
@@ -691,18 +453,17 @@ Button bEffect
|
||||
Touch Press Event
|
||||
pageIcons.tTmp1.txt=tEntity.txt
|
||||
pageIcons.tTmp2.txt=entn.txt
|
||||
pageIcons.tTmp3.txt=tIcon1.txt
|
||||
page popupInSel
|
||||
|
||||
Dual-state Button btOnOff1
|
||||
Attributes
|
||||
ID : 8
|
||||
ID : 5
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 12
|
||||
y coordinate : 142
|
||||
x coordinate : 208
|
||||
y coordinate : 407
|
||||
Width : 50
|
||||
Height : 50
|
||||
Effect : load
|
||||
@@ -741,7 +502,7 @@ Dual-state Button btOnOff1
|
||||
|
||||
Timer tmCooldown
|
||||
Attributes
|
||||
ID : 25
|
||||
ID : 15
|
||||
Scope : local
|
||||
Period (ms): 100
|
||||
Enabled : no
|
||||
@@ -750,9 +511,34 @@ Timer tmCooldown
|
||||
Timer Event
|
||||
tmCooldown.en=0
|
||||
|
||||
Timer tmDrawCooldown
|
||||
Attributes
|
||||
ID : 22
|
||||
Scope : local
|
||||
Period (ms): 500
|
||||
Enabled : no
|
||||
|
||||
Events
|
||||
Timer Event
|
||||
//draw black background
|
||||
fill hBrightness.x,hBrightness.y,100,hBrightness.val*-25/10+250,8484
|
||||
//draw draw colored bar at the position of the current brightness value
|
||||
fill hBrightness.x,hBrightness.val*-25/10+314,100,hBrightness.val*25/10,col.val
|
||||
if(hBrightness.val>7)
|
||||
{
|
||||
//draw cursor
|
||||
fill hBrightness.x+25,hBrightness.val*-25/10+322,50,4,WHITE
|
||||
//paint corner
|
||||
xstr hBrightness.x,hBrightness.val*-25/10+314,100,hBrightness.h,7,8484,0,0,0,3,"a"
|
||||
}
|
||||
//paint corners
|
||||
xstr hBrightness.x,hBrightness.y,100,hBrightness.h,7,defaultBcoColor,0,0,0,3,"a"
|
||||
xstr hBrightness.x,hBrightness.y+hBrightness.h-15,100,hBrightness.h,7,defaultBcoColor,0,0,0,3,"b"
|
||||
tmDrawCooldown.en=0
|
||||
|
||||
Timer tmSerial
|
||||
Attributes
|
||||
ID : 15
|
||||
ID : 8
|
||||
Scope : local
|
||||
Period (ms): 50
|
||||
Enabled : yes
|
||||
@@ -807,11 +593,12 @@ Timer tmSerial
|
||||
{
|
||||
// change icon
|
||||
//spstr strCommand.txt,tIcon1.txt,"~",2
|
||||
vis tIcon1,1
|
||||
//vis tIcon1,1
|
||||
// change icon color
|
||||
spstr strCommand.txt,tTmp.txt,"~",3
|
||||
covx tTmp.txt,sys0,0,0
|
||||
tIcon1.pco=sys0
|
||||
col.val=sys0
|
||||
//tEntity.pco=sys0
|
||||
// get Button State
|
||||
spstr strCommand.txt,tTmp.txt,"~",4
|
||||
covx tTmp.txt,sys0,0,0
|
||||
@@ -820,27 +607,26 @@ Timer tmSerial
|
||||
spstr strCommand.txt,tTmp.txt,"~",5
|
||||
if(tTmp.txt=="disable")
|
||||
{
|
||||
vis t1,0
|
||||
vis t2,0
|
||||
//vis t1,0
|
||||
//vis t2,0
|
||||
vis hBrightness,0
|
||||
}else
|
||||
{
|
||||
vis t1,1
|
||||
vis t2,1
|
||||
//vis t1,1
|
||||
//vis t2,1
|
||||
vis hBrightness,1
|
||||
covx tTmp.txt,sys0,0,0
|
||||
if(tmCooldown.en==0)
|
||||
{
|
||||
hBrightness.val=sys0
|
||||
}
|
||||
tmDrawCooldown.en=1
|
||||
tmDrawCooldown.tim=500
|
||||
}
|
||||
// get ColorTemp value
|
||||
spstr strCommand.txt,tTmp.txt,"~",6
|
||||
if(tTmp.txt=="disable")
|
||||
{
|
||||
vis hTempSlider,0
|
||||
vis t3,0
|
||||
vis t4,0
|
||||
//vis t3,0
|
||||
//vis t4,0
|
||||
mode_temp.val=0
|
||||
// mode == 1 is temp controls currently shown
|
||||
if(mode.val==1)
|
||||
@@ -863,8 +649,8 @@ Timer tmSerial
|
||||
{
|
||||
mode_temp.val=1
|
||||
vis hTempSlider,1
|
||||
vis t3,1
|
||||
vis t4,1
|
||||
//vis t3,1
|
||||
//vis t4,1
|
||||
if(tmCooldown.en==0)
|
||||
{
|
||||
covx tTmp.txt,sys0,0,0
|
||||
@@ -883,12 +669,12 @@ Timer tmSerial
|
||||
// disable -> isn't supported
|
||||
if(tTmp.txt=="disable")
|
||||
{
|
||||
vis t0,0
|
||||
//vis t0,0
|
||||
vis bColor,0
|
||||
vis pColorWheel,0
|
||||
}else
|
||||
{
|
||||
vis t0,1
|
||||
//vis t0,1
|
||||
//only enable bColor button if color temp is also supported
|
||||
if(mode_temp.val==1)
|
||||
{
|
||||
@@ -900,11 +686,11 @@ Timer tmSerial
|
||||
}
|
||||
}
|
||||
// set t0 Color (Localization)
|
||||
spstr strCommand.txt,t0.txt,"~",8
|
||||
//spstr strCommand.txt,t0.txt,"~",8
|
||||
// set t4 Temperature (Localization)
|
||||
spstr strCommand.txt,t4.txt,"~",9
|
||||
//spstr strCommand.txt,t4.txt,"~",9
|
||||
// set t1 Brightness (Localization)
|
||||
spstr strCommand.txt,t1.txt,"~",10
|
||||
//spstr strCommand.txt,t1.txt,"~",10
|
||||
// activate effect button
|
||||
spstr strCommand.txt,tTmp.txt,"~",11
|
||||
if(tTmp.txt=="enable")
|
||||
@@ -1035,7 +821,7 @@ Timer tmSerial
|
||||
|
||||
Timer tmSleep
|
||||
Attributes
|
||||
ID : 14
|
||||
ID : 7
|
||||
Scope : local
|
||||
Period (ms): 1000
|
||||
Enabled : yes
|
||||
@@ -1055,7 +841,7 @@ Timer tmSleep
|
||||
|
||||
TouchCap tc0
|
||||
Attributes
|
||||
ID : 13
|
||||
ID : 6
|
||||
Scope: local
|
||||
Value: 0
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@ Page popupThermo
|
||||
ID : 0
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
Width : 320
|
||||
@@ -14,7 +13,7 @@ Page popupThermo
|
||||
Swide up page ID : disabled
|
||||
Swide down page ID : disabled
|
||||
Swide left page ID : disabled
|
||||
Swide right page ID : disabled
|
||||
Swide right page ID: disabled
|
||||
Fill : solid color
|
||||
Back. Color : 6371
|
||||
|
||||
@@ -204,7 +203,6 @@ Text heading1
|
||||
ID : 24
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 11
|
||||
@@ -220,7 +218,7 @@ Text heading1
|
||||
Font ID : 0
|
||||
Back. Color : 6371
|
||||
Font Color : 65535
|
||||
Horizontal Alignment : left
|
||||
Horizontal Alignment: left
|
||||
Vertical Alignment : center
|
||||
Input Type : character
|
||||
Text :
|
||||
@@ -234,7 +232,6 @@ Text heading2
|
||||
ID : 29
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 11
|
||||
@@ -250,7 +247,7 @@ Text heading2
|
||||
Font ID : 0
|
||||
Back. Color : 6371
|
||||
Font Color : 65535
|
||||
Horizontal Alignment : left
|
||||
Horizontal Alignment: left
|
||||
Vertical Alignment : center
|
||||
Input Type : character
|
||||
Text :
|
||||
@@ -264,7 +261,6 @@ Text heading3
|
||||
ID : 34
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 11
|
||||
@@ -280,7 +276,7 @@ Text heading3
|
||||
Font ID : 0
|
||||
Back. Color : 6371
|
||||
Font Color : 65535
|
||||
Horizontal Alignment : left
|
||||
Horizontal Alignment: left
|
||||
Vertical Alignment : center
|
||||
Input Type : character
|
||||
Text :
|
||||
@@ -294,7 +290,6 @@ Text tEntity
|
||||
ID : 2
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 63
|
||||
@@ -310,7 +305,7 @@ Text tEntity
|
||||
Font ID : 0
|
||||
Back. Color : 6371
|
||||
Font Color : 65535
|
||||
Horizontal Alignment : left
|
||||
Horizontal Alignment: left
|
||||
Vertical Alignment : center
|
||||
Input Type : character
|
||||
Text :
|
||||
@@ -324,7 +319,6 @@ Text tIcon1
|
||||
ID : 3
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 11
|
||||
@@ -340,7 +334,7 @@ Text tIcon1
|
||||
Font ID : 1
|
||||
Back. Color : 6371
|
||||
Font Color : 17299
|
||||
Horizontal Alignment : center
|
||||
Horizontal Alignment: center
|
||||
Vertical Alignment : center
|
||||
Input Type : character
|
||||
Text :
|
||||
@@ -354,8 +348,7 @@ Picture p0
|
||||
ID : 1
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Send Component ID: disabled
|
||||
Opacity : 127
|
||||
x coordinate : 0
|
||||
y coordinate : 0
|
||||
@@ -371,7 +364,6 @@ Button b0
|
||||
ID : 4
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 262
|
||||
@@ -385,7 +377,7 @@ Button b0
|
||||
Style : flat
|
||||
Font ID : 1
|
||||
Back. Color : 6371
|
||||
Back. Picture ID (Pressed) : 65535
|
||||
Back. Picture ID (Pressed): 65535
|
||||
Back. Color (Pressed) : 14823
|
||||
Font Color (Unpressed) : 65535
|
||||
Font Color (Pressed) : 65535
|
||||
@@ -400,7 +392,7 @@ Button b0
|
||||
|
||||
Events
|
||||
Touch Press Event
|
||||
tSend.txt="event,buttonPress2,popupLight,bExit"
|
||||
tSend.txt="event,buttonPress2,popupThermo,bExit"
|
||||
//send calc crc
|
||||
btlen tSend.txt,sys0
|
||||
crcrest 1,0xffff // reset CRC
|
||||
@@ -418,7 +410,6 @@ Button bMode1
|
||||
ID : 13
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 26
|
||||
@@ -432,7 +423,7 @@ Button bMode1
|
||||
Style : flat
|
||||
Font ID : 0
|
||||
Back. Color : 6371
|
||||
Back. Picture ID (Pressed) : 65535
|
||||
Back. Picture ID (Pressed): 65535
|
||||
Back. Color (Pressed) : 14823
|
||||
Font Color (Unpressed) : 65535
|
||||
Font Color (Pressed) : 65535
|
||||
@@ -470,7 +461,6 @@ Button bMode2
|
||||
ID : 15
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 174
|
||||
@@ -484,7 +474,7 @@ Button bMode2
|
||||
Style : flat
|
||||
Font ID : 0
|
||||
Back. Color : 6371
|
||||
Back. Picture ID (Pressed) : 65535
|
||||
Back. Picture ID (Pressed): 65535
|
||||
Back. Color (Pressed) : 14823
|
||||
Font Color (Unpressed) : 65535
|
||||
Font Color (Pressed) : 65535
|
||||
@@ -522,7 +512,6 @@ Button bMode3
|
||||
ID : 14
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 26
|
||||
@@ -536,7 +525,7 @@ Button bMode3
|
||||
Style : flat
|
||||
Font ID : 0
|
||||
Back. Color : 6371
|
||||
Back. Picture ID (Pressed) : 65535
|
||||
Back. Picture ID (Pressed): 65535
|
||||
Back. Color (Pressed) : 14823
|
||||
Font Color (Unpressed) : 65535
|
||||
Font Color (Pressed) : 65535
|
||||
@@ -574,7 +563,6 @@ Button bModeNext
|
||||
ID : 16
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 207
|
||||
@@ -588,7 +576,7 @@ Button bModeNext
|
||||
Style : flat
|
||||
Font ID : 3
|
||||
Back. Color : 6371
|
||||
Back. Picture ID (Pressed) : 65535
|
||||
Back. Picture ID (Pressed): 65535
|
||||
Back. Color (Pressed) : 14823
|
||||
Font Color (Unpressed) : 50712
|
||||
Font Color (Pressed) : 65535
|
||||
@@ -645,7 +633,6 @@ Button cMode1
|
||||
ID : 28
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 26
|
||||
@@ -659,7 +646,7 @@ Button cMode1
|
||||
Style : flat
|
||||
Font ID : 0
|
||||
Back. Color : 6371
|
||||
Back. Picture ID (Pressed) : 65535
|
||||
Back. Picture ID (Pressed): 65535
|
||||
Back. Color (Pressed) : 14823
|
||||
Font Color (Unpressed) : 65535
|
||||
Font Color (Pressed) : 65535
|
||||
@@ -697,7 +684,6 @@ Button cMode2
|
||||
ID : 27
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 174
|
||||
@@ -711,7 +697,7 @@ Button cMode2
|
||||
Style : flat
|
||||
Font ID : 0
|
||||
Back. Color : 6371
|
||||
Back. Picture ID (Pressed) : 65535
|
||||
Back. Picture ID (Pressed): 65535
|
||||
Back. Color (Pressed) : 14823
|
||||
Font Color (Unpressed) : 65535
|
||||
Font Color (Pressed) : 65535
|
||||
@@ -749,7 +735,6 @@ Button cMode3
|
||||
ID : 26
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 26
|
||||
@@ -763,7 +748,7 @@ Button cMode3
|
||||
Style : flat
|
||||
Font ID : 0
|
||||
Back. Color : 6371
|
||||
Back. Picture ID (Pressed) : 65535
|
||||
Back. Picture ID (Pressed): 65535
|
||||
Back. Color (Pressed) : 14823
|
||||
Font Color (Unpressed) : 65535
|
||||
Font Color (Pressed) : 65535
|
||||
@@ -801,7 +786,6 @@ Button cModeNext
|
||||
ID : 25
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 207
|
||||
@@ -815,7 +799,7 @@ Button cModeNext
|
||||
Style : flat
|
||||
Font ID : 3
|
||||
Back. Color : 6371
|
||||
Back. Picture ID (Pressed) : 65535
|
||||
Back. Picture ID (Pressed): 65535
|
||||
Back. Color (Pressed) : 14823
|
||||
Font Color (Unpressed) : 50712
|
||||
Font Color (Pressed) : 65535
|
||||
@@ -871,7 +855,6 @@ Button dMode1
|
||||
ID : 33
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 26
|
||||
@@ -885,7 +868,7 @@ Button dMode1
|
||||
Style : flat
|
||||
Font ID : 0
|
||||
Back. Color : 6371
|
||||
Back. Picture ID (Pressed) : 65535
|
||||
Back. Picture ID (Pressed): 65535
|
||||
Back. Color (Pressed) : 14823
|
||||
Font Color (Unpressed) : 65535
|
||||
Font Color (Pressed) : 65535
|
||||
@@ -923,7 +906,6 @@ Button dMode2
|
||||
ID : 32
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 174
|
||||
@@ -937,7 +919,7 @@ Button dMode2
|
||||
Style : flat
|
||||
Font ID : 0
|
||||
Back. Color : 6371
|
||||
Back. Picture ID (Pressed) : 65535
|
||||
Back. Picture ID (Pressed): 65535
|
||||
Back. Color (Pressed) : 14823
|
||||
Font Color (Unpressed) : 65535
|
||||
Font Color (Pressed) : 65535
|
||||
@@ -975,7 +957,6 @@ Button dMode3
|
||||
ID : 31
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 26
|
||||
@@ -989,7 +970,7 @@ Button dMode3
|
||||
Style : flat
|
||||
Font ID : 0
|
||||
Back. Color : 6371
|
||||
Back. Picture ID (Pressed) : 65535
|
||||
Back. Picture ID (Pressed): 65535
|
||||
Back. Color (Pressed) : 14823
|
||||
Font Color (Unpressed) : 65535
|
||||
Font Color (Pressed) : 65535
|
||||
@@ -1027,7 +1008,6 @@ Button dModeNext
|
||||
ID : 30
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 207
|
||||
@@ -1041,7 +1021,7 @@ Button dModeNext
|
||||
Style : flat
|
||||
Font ID : 3
|
||||
Back. Color : 6371
|
||||
Back. Picture ID (Pressed) : 65535
|
||||
Back. Picture ID (Pressed): 65535
|
||||
Back. Color (Pressed) : 14823
|
||||
Font Color (Unpressed) : 50712
|
||||
Font Color (Pressed) : 65535
|
||||
|
||||
@@ -3,7 +3,6 @@ Page popupTimer
|
||||
ID : 0
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
Width : 320
|
||||
@@ -14,7 +13,7 @@ Page popupTimer
|
||||
Swide up page ID : disabled
|
||||
Swide down page ID : disabled
|
||||
Swide left page ID : disabled
|
||||
Swide right page ID : disabled
|
||||
Swide right page ID: disabled
|
||||
Fill : solid color
|
||||
Back. Color : 6371
|
||||
|
||||
@@ -195,7 +194,6 @@ Number n1
|
||||
ID : 28
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 11
|
||||
@@ -214,7 +212,7 @@ Number n1
|
||||
Horizontal Alignment : center
|
||||
Vertical Alignment : center
|
||||
Value : 0
|
||||
Significant digits shown : 2
|
||||
Significant digits shown: 2
|
||||
Format : decimal
|
||||
Word wrap : enabled
|
||||
Horizontal Spacing : 0
|
||||
@@ -255,7 +253,6 @@ Number n2
|
||||
ID : 29
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 176
|
||||
@@ -274,7 +271,7 @@ Number n2
|
||||
Horizontal Alignment : center
|
||||
Vertical Alignment : center
|
||||
Value : 0
|
||||
Significant digits shown : 2
|
||||
Significant digits shown: 2
|
||||
Format : decimal
|
||||
Word wrap : enabled
|
||||
Horizontal Spacing : 0
|
||||
@@ -315,7 +312,6 @@ Text t0
|
||||
ID : 41
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 29
|
||||
@@ -331,7 +327,7 @@ Text t0
|
||||
Font ID : 0
|
||||
Back. Color : 6371
|
||||
Font Color : 65535
|
||||
Horizontal Alignment : center
|
||||
Horizontal Alignment: center
|
||||
Vertical Alignment : center
|
||||
Input Type : character
|
||||
Text : +/- 1 +/- 5 +/- 10 +/- 15
|
||||
@@ -345,7 +341,6 @@ Text tDP
|
||||
ID : 21
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 142
|
||||
@@ -361,7 +356,7 @@ Text tDP
|
||||
Font ID : 5
|
||||
Back. Color : 6371
|
||||
Font Color : 65535
|
||||
Horizontal Alignment : center
|
||||
Horizontal Alignment: center
|
||||
Vertical Alignment : center
|
||||
Input Type : character
|
||||
Text : :
|
||||
@@ -375,7 +370,6 @@ Text tEntity
|
||||
ID : 2
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 63
|
||||
@@ -391,7 +385,7 @@ Text tEntity
|
||||
Font ID : 0
|
||||
Back. Color : 6371
|
||||
Font Color : 65535
|
||||
Horizontal Alignment : left
|
||||
Horizontal Alignment: left
|
||||
Vertical Alignment : center
|
||||
Input Type : character
|
||||
Text :
|
||||
@@ -405,7 +399,6 @@ Text tIcon1
|
||||
ID : 3
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 11
|
||||
@@ -421,7 +414,7 @@ Text tIcon1
|
||||
Font ID : 1
|
||||
Back. Color : 6371
|
||||
Font Color : 17299
|
||||
Horizontal Alignment : center
|
||||
Horizontal Alignment: center
|
||||
Vertical Alignment : center
|
||||
Input Type : character
|
||||
Text :
|
||||
@@ -435,7 +428,6 @@ Text tTime
|
||||
ID : 20
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 0
|
||||
@@ -451,7 +443,7 @@ Text tTime
|
||||
Font ID : 3
|
||||
Back. Color : 6371
|
||||
Font Color : 65535
|
||||
Horizontal Alignment : center
|
||||
Horizontal Alignment: center
|
||||
Vertical Alignment : center
|
||||
Input Type : character
|
||||
Text : 21:32
|
||||
@@ -465,8 +457,7 @@ Picture p0
|
||||
ID : 1
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Send Component ID: disabled
|
||||
Opacity : 127
|
||||
x coordinate : 0
|
||||
y coordinate : 0
|
||||
@@ -482,7 +473,6 @@ Button b0
|
||||
ID : 4
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 262
|
||||
@@ -496,7 +486,7 @@ Button b0
|
||||
Style : flat
|
||||
Font ID : 1
|
||||
Back. Color : 6371
|
||||
Back. Picture ID (Pressed) : 65535
|
||||
Back. Picture ID (Pressed): 65535
|
||||
Back. Color (Pressed) : 14823
|
||||
Font Color (Unpressed) : 65535
|
||||
Font Color (Pressed) : 65535
|
||||
@@ -511,7 +501,7 @@ Button b0
|
||||
|
||||
Events
|
||||
Touch Press Event
|
||||
tSend.txt="event,buttonPress2,popupLight,bExit"
|
||||
tSend.txt="event,buttonPress2,popupTimer,bExit"
|
||||
//send calc crc
|
||||
btlen tSend.txt,sys0
|
||||
crcrest 1,0xffff // reset CRC
|
||||
@@ -529,7 +519,6 @@ Button b1
|
||||
ID : 22
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 101
|
||||
@@ -543,7 +532,7 @@ Button b1
|
||||
Style : flat
|
||||
Font ID : 0
|
||||
Back. Color : 6371
|
||||
Back. Picture ID (Pressed) : 65535
|
||||
Back. Picture ID (Pressed): 65535
|
||||
Back. Color (Pressed) : 14823
|
||||
Font Color (Unpressed) : 1374
|
||||
Font Color (Pressed) : 1374
|
||||
@@ -578,7 +567,6 @@ Button b2
|
||||
ID : 23
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 101
|
||||
@@ -592,7 +580,7 @@ Button b2
|
||||
Style : flat
|
||||
Font ID : 0
|
||||
Back. Color : 6371
|
||||
Back. Picture ID (Pressed) : 65535
|
||||
Back. Picture ID (Pressed): 65535
|
||||
Back. Color (Pressed) : 14823
|
||||
Font Color (Unpressed) : 1374
|
||||
Font Color (Pressed) : 1374
|
||||
@@ -627,7 +615,6 @@ Button b3
|
||||
ID : 24
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 101
|
||||
@@ -641,7 +628,7 @@ Button b3
|
||||
Style : flat
|
||||
Font ID : 0
|
||||
Back. Color : 6371
|
||||
Back. Picture ID (Pressed) : 65535
|
||||
Back. Picture ID (Pressed): 65535
|
||||
Back. Color (Pressed) : 14823
|
||||
Font Color (Unpressed) : 1374
|
||||
Font Color (Pressed) : 1374
|
||||
@@ -676,7 +663,6 @@ Button bZ1M
|
||||
ID : 33
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 28
|
||||
@@ -690,7 +676,7 @@ Button bZ1M
|
||||
Style : flat
|
||||
Font ID : 3
|
||||
Back. Color : 6371
|
||||
Back. Picture ID (Pressed) : 65535
|
||||
Back. Picture ID (Pressed): 65535
|
||||
Back. Color (Pressed) : 14823
|
||||
Font Color (Unpressed) : 50712
|
||||
Font Color (Pressed) : 50712
|
||||
@@ -727,7 +713,6 @@ Button bZ1P
|
||||
ID : 32
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 29
|
||||
@@ -741,7 +726,7 @@ Button bZ1P
|
||||
Style : flat
|
||||
Font ID : 3
|
||||
Back. Color : 6371
|
||||
Back. Picture ID (Pressed) : 65535
|
||||
Back. Picture ID (Pressed): 65535
|
||||
Back. Color (Pressed) : 14823
|
||||
Font Color (Unpressed) : 50712
|
||||
Font Color (Pressed) : 50712
|
||||
@@ -778,7 +763,6 @@ Button bZ2M
|
||||
ID : 35
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 98
|
||||
@@ -792,7 +776,7 @@ Button bZ2M
|
||||
Style : flat
|
||||
Font ID : 3
|
||||
Back. Color : 6371
|
||||
Back. Picture ID (Pressed) : 65535
|
||||
Back. Picture ID (Pressed): 65535
|
||||
Back. Color (Pressed) : 14823
|
||||
Font Color (Unpressed) : 50712
|
||||
Font Color (Pressed) : 50712
|
||||
@@ -829,7 +813,6 @@ Button bZ2P
|
||||
ID : 34
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 98
|
||||
@@ -843,7 +826,7 @@ Button bZ2P
|
||||
Style : flat
|
||||
Font ID : 3
|
||||
Back. Color : 6371
|
||||
Back. Picture ID (Pressed) : 65535
|
||||
Back. Picture ID (Pressed): 65535
|
||||
Back. Color (Pressed) : 14823
|
||||
Font Color (Unpressed) : 50712
|
||||
Font Color (Pressed) : 50712
|
||||
@@ -880,7 +863,6 @@ Button bZ3M
|
||||
ID : 37
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 166
|
||||
@@ -894,7 +876,7 @@ Button bZ3M
|
||||
Style : flat
|
||||
Font ID : 3
|
||||
Back. Color : 6371
|
||||
Back. Picture ID (Pressed) : 65535
|
||||
Back. Picture ID (Pressed): 65535
|
||||
Back. Color (Pressed) : 14823
|
||||
Font Color (Unpressed) : 50712
|
||||
Font Color (Pressed) : 50712
|
||||
@@ -931,7 +913,6 @@ Button bZ3P
|
||||
ID : 36
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 167
|
||||
@@ -945,7 +926,7 @@ Button bZ3P
|
||||
Style : flat
|
||||
Font ID : 3
|
||||
Back. Color : 6371
|
||||
Back. Picture ID (Pressed) : 65535
|
||||
Back. Picture ID (Pressed): 65535
|
||||
Back. Color (Pressed) : 14823
|
||||
Font Color (Unpressed) : 50712
|
||||
Font Color (Pressed) : 50712
|
||||
@@ -982,7 +963,6 @@ Button bZ4M
|
||||
ID : 39
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 236
|
||||
@@ -996,7 +976,7 @@ Button bZ4M
|
||||
Style : flat
|
||||
Font ID : 3
|
||||
Back. Color : 6371
|
||||
Back. Picture ID (Pressed) : 65535
|
||||
Back. Picture ID (Pressed): 65535
|
||||
Back. Color (Pressed) : 14823
|
||||
Font Color (Unpressed) : 50712
|
||||
Font Color (Pressed) : 50712
|
||||
@@ -1033,7 +1013,6 @@ Button bZ4P
|
||||
ID : 38
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 236
|
||||
@@ -1047,7 +1026,7 @@ Button bZ4P
|
||||
Style : flat
|
||||
Font ID : 3
|
||||
Back. Color : 6371
|
||||
Back. Picture ID (Pressed) : 65535
|
||||
Back. Picture ID (Pressed): 65535
|
||||
Back. Color (Pressed) : 14823
|
||||
Font Color (Unpressed) : 50712
|
||||
Font Color (Pressed) : 50712
|
||||
@@ -1084,7 +1063,6 @@ Button fToggleEdit
|
||||
ID : 40
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 250
|
||||
@@ -1098,7 +1076,7 @@ Button fToggleEdit
|
||||
Style : 3D auto
|
||||
Font ID : 0
|
||||
Back. Color : 50712
|
||||
Back. Picture ID (Pressed) : 65535
|
||||
Back. Picture ID (Pressed): 65535
|
||||
Back. Color (Pressed) : 1024
|
||||
Font Color (Unpressed) : 0
|
||||
Font Color (Pressed) : 65535
|
||||
|
||||
@@ -3,7 +3,6 @@ Page screensaver2
|
||||
ID : 0
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
Width : 320
|
||||
@@ -14,7 +13,7 @@ Page screensaver2
|
||||
Swide up page ID : disabled
|
||||
Swide down page ID : disabled
|
||||
Swide left page ID : disabled
|
||||
Swide right page ID : disabled
|
||||
Swide right page ID: disabled
|
||||
Fill : solid color
|
||||
Back. Color : 0
|
||||
|
||||
@@ -130,7 +129,6 @@ Text d1Icon
|
||||
ID : 17
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 15
|
||||
@@ -146,7 +144,7 @@ Text d1Icon
|
||||
Font ID : 1
|
||||
Back. Color : 0
|
||||
Font Color : 65535
|
||||
Horizontal Alignment : center
|
||||
Horizontal Alignment: center
|
||||
Vertical Alignment : center
|
||||
Input Type : character
|
||||
Text :
|
||||
@@ -160,7 +158,6 @@ Text d1Val
|
||||
ID : 16
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 50
|
||||
@@ -176,7 +173,7 @@ Text d1Val
|
||||
Font ID : 0
|
||||
Back. Color : 0
|
||||
Font Color : 65535
|
||||
Horizontal Alignment : left
|
||||
Horizontal Alignment: left
|
||||
Vertical Alignment : center
|
||||
Input Type : character
|
||||
Text :
|
||||
@@ -190,7 +187,6 @@ Text d2Icon
|
||||
ID : 33
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 14
|
||||
@@ -206,7 +202,7 @@ Text d2Icon
|
||||
Font ID : 1
|
||||
Back. Color : 0
|
||||
Font Color : 65535
|
||||
Horizontal Alignment : center
|
||||
Horizontal Alignment: center
|
||||
Vertical Alignment : center
|
||||
Input Type : character
|
||||
Text :
|
||||
@@ -220,7 +216,6 @@ Text d2Val
|
||||
ID : 32
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 50
|
||||
@@ -236,7 +231,7 @@ Text d2Val
|
||||
Font ID : 0
|
||||
Back. Color : 0
|
||||
Font Color : 65535
|
||||
Horizontal Alignment : left
|
||||
Horizontal Alignment: left
|
||||
Vertical Alignment : center
|
||||
Input Type : character
|
||||
Text :
|
||||
@@ -250,7 +245,6 @@ Text d3Icon
|
||||
ID : 34
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 14
|
||||
@@ -266,7 +260,7 @@ Text d3Icon
|
||||
Font ID : 1
|
||||
Back. Color : 0
|
||||
Font Color : 65535
|
||||
Horizontal Alignment : center
|
||||
Horizontal Alignment: center
|
||||
Vertical Alignment : center
|
||||
Input Type : character
|
||||
Text :
|
||||
@@ -280,7 +274,6 @@ Text d3Val
|
||||
ID : 35
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 50
|
||||
@@ -296,7 +289,7 @@ Text d3Val
|
||||
Font ID : 0
|
||||
Back. Color : 0
|
||||
Font Color : 65535
|
||||
Horizontal Alignment : left
|
||||
Horizontal Alignment: left
|
||||
Vertical Alignment : center
|
||||
Input Type : character
|
||||
Text :
|
||||
@@ -310,7 +303,6 @@ Text e1Icon
|
||||
ID : 11
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 20
|
||||
@@ -326,7 +318,7 @@ Text e1Icon
|
||||
Font ID : 1
|
||||
Back. Color : 0
|
||||
Font Color : 65535
|
||||
Horizontal Alignment : center
|
||||
Horizontal Alignment: center
|
||||
Vertical Alignment : center
|
||||
Input Type : character
|
||||
Text :
|
||||
@@ -340,7 +332,6 @@ Text e1Name
|
||||
ID : 9
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 20
|
||||
@@ -356,7 +347,7 @@ Text e1Name
|
||||
Font ID : 0
|
||||
Back. Color : 0
|
||||
Font Color : 65535
|
||||
Horizontal Alignment : center
|
||||
Horizontal Alignment: center
|
||||
Vertical Alignment : center
|
||||
Input Type : character
|
||||
Text :
|
||||
@@ -370,7 +361,6 @@ Text e1Val
|
||||
ID : 10
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 20
|
||||
@@ -386,7 +376,7 @@ Text e1Val
|
||||
Font ID : 0
|
||||
Back. Color : 0
|
||||
Font Color : 65535
|
||||
Horizontal Alignment : center
|
||||
Horizontal Alignment: center
|
||||
Vertical Alignment : center
|
||||
Input Type : character
|
||||
Text :
|
||||
@@ -400,7 +390,6 @@ Text e2Icon
|
||||
ID : 37
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 94
|
||||
@@ -416,7 +405,7 @@ Text e2Icon
|
||||
Font ID : 1
|
||||
Back. Color : 0
|
||||
Font Color : 65535
|
||||
Horizontal Alignment : center
|
||||
Horizontal Alignment: center
|
||||
Vertical Alignment : center
|
||||
Input Type : character
|
||||
Text :
|
||||
@@ -430,7 +419,6 @@ Text e2Name
|
||||
ID : 36
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 93
|
||||
@@ -446,7 +434,7 @@ Text e2Name
|
||||
Font ID : 0
|
||||
Back. Color : 0
|
||||
Font Color : 65535
|
||||
Horizontal Alignment : center
|
||||
Horizontal Alignment: center
|
||||
Vertical Alignment : center
|
||||
Input Type : character
|
||||
Text :
|
||||
@@ -460,7 +448,6 @@ Text e2Val
|
||||
ID : 38
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 94
|
||||
@@ -476,7 +463,7 @@ Text e2Val
|
||||
Font ID : 0
|
||||
Back. Color : 0
|
||||
Font Color : 65535
|
||||
Horizontal Alignment : center
|
||||
Horizontal Alignment: center
|
||||
Vertical Alignment : center
|
||||
Input Type : character
|
||||
Text :
|
||||
@@ -490,7 +477,6 @@ Text e3Icon
|
||||
ID : 40
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 168
|
||||
@@ -506,7 +492,7 @@ Text e3Icon
|
||||
Font ID : 1
|
||||
Back. Color : 0
|
||||
Font Color : 65535
|
||||
Horizontal Alignment : center
|
||||
Horizontal Alignment: center
|
||||
Vertical Alignment : center
|
||||
Input Type : character
|
||||
Text :
|
||||
@@ -520,7 +506,6 @@ Text e3Name
|
||||
ID : 39
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 168
|
||||
@@ -536,7 +521,7 @@ Text e3Name
|
||||
Font ID : 0
|
||||
Back. Color : 0
|
||||
Font Color : 65535
|
||||
Horizontal Alignment : center
|
||||
Horizontal Alignment: center
|
||||
Vertical Alignment : center
|
||||
Input Type : character
|
||||
Text :
|
||||
@@ -550,7 +535,6 @@ Text e3Val
|
||||
ID : 41
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 168
|
||||
@@ -566,7 +550,7 @@ Text e3Val
|
||||
Font ID : 0
|
||||
Back. Color : 0
|
||||
Font Color : 65535
|
||||
Horizontal Alignment : center
|
||||
Horizontal Alignment: center
|
||||
Vertical Alignment : center
|
||||
Input Type : character
|
||||
Text :
|
||||
@@ -580,7 +564,6 @@ Text e4Icon
|
||||
ID : 43
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 20
|
||||
@@ -596,7 +579,7 @@ Text e4Icon
|
||||
Font ID : 1
|
||||
Back. Color : 0
|
||||
Font Color : 65535
|
||||
Horizontal Alignment : center
|
||||
Horizontal Alignment: center
|
||||
Vertical Alignment : center
|
||||
Input Type : character
|
||||
Text :
|
||||
@@ -610,7 +593,6 @@ Text e4Name
|
||||
ID : 42
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 20
|
||||
@@ -626,7 +608,7 @@ Text e4Name
|
||||
Font ID : 0
|
||||
Back. Color : 0
|
||||
Font Color : 65535
|
||||
Horizontal Alignment : center
|
||||
Horizontal Alignment: center
|
||||
Vertical Alignment : center
|
||||
Input Type : character
|
||||
Text :
|
||||
@@ -640,7 +622,6 @@ Text e4Val
|
||||
ID : 44
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 20
|
||||
@@ -656,7 +637,7 @@ Text e4Val
|
||||
Font ID : 0
|
||||
Back. Color : 0
|
||||
Font Color : 65535
|
||||
Horizontal Alignment : center
|
||||
Horizontal Alignment: center
|
||||
Vertical Alignment : center
|
||||
Input Type : character
|
||||
Text :
|
||||
@@ -670,7 +651,6 @@ Text e5Icon
|
||||
ID : 46
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 94
|
||||
@@ -686,7 +666,7 @@ Text e5Icon
|
||||
Font ID : 1
|
||||
Back. Color : 0
|
||||
Font Color : 65535
|
||||
Horizontal Alignment : center
|
||||
Horizontal Alignment: center
|
||||
Vertical Alignment : center
|
||||
Input Type : character
|
||||
Text :
|
||||
@@ -700,7 +680,6 @@ Text e5Name
|
||||
ID : 45
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 94
|
||||
@@ -716,7 +695,7 @@ Text e5Name
|
||||
Font ID : 0
|
||||
Back. Color : 0
|
||||
Font Color : 65535
|
||||
Horizontal Alignment : center
|
||||
Horizontal Alignment: center
|
||||
Vertical Alignment : center
|
||||
Input Type : character
|
||||
Text :
|
||||
@@ -730,7 +709,6 @@ Text e5Val
|
||||
ID : 47
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 94
|
||||
@@ -746,7 +724,7 @@ Text e5Val
|
||||
Font ID : 0
|
||||
Back. Color : 0
|
||||
Font Color : 65535
|
||||
Horizontal Alignment : center
|
||||
Horizontal Alignment: center
|
||||
Vertical Alignment : center
|
||||
Input Type : character
|
||||
Text :
|
||||
@@ -760,7 +738,6 @@ Text e6Icon
|
||||
ID : 49
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 167
|
||||
@@ -776,7 +753,7 @@ Text e6Icon
|
||||
Font ID : 1
|
||||
Back. Color : 0
|
||||
Font Color : 65535
|
||||
Horizontal Alignment : center
|
||||
Horizontal Alignment: center
|
||||
Vertical Alignment : center
|
||||
Input Type : character
|
||||
Text :
|
||||
@@ -790,7 +767,6 @@ Text e6Name
|
||||
ID : 48
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 167
|
||||
@@ -806,7 +782,7 @@ Text e6Name
|
||||
Font ID : 0
|
||||
Back. Color : 0
|
||||
Font Color : 65535
|
||||
Horizontal Alignment : center
|
||||
Horizontal Alignment: center
|
||||
Vertical Alignment : center
|
||||
Input Type : character
|
||||
Text :
|
||||
@@ -820,7 +796,6 @@ Text e6Val
|
||||
ID : 50
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 167
|
||||
@@ -836,7 +811,7 @@ Text e6Val
|
||||
Font ID : 0
|
||||
Back. Color : 0
|
||||
Font Color : 65535
|
||||
Horizontal Alignment : center
|
||||
Horizontal Alignment: center
|
||||
Vertical Alignment : center
|
||||
Input Type : character
|
||||
Text :
|
||||
@@ -850,7 +825,6 @@ Text f1Icon
|
||||
ID : 55
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 259
|
||||
@@ -866,7 +840,7 @@ Text f1Icon
|
||||
Font ID : 3
|
||||
Back. Color : 0
|
||||
Font Color : 65535
|
||||
Horizontal Alignment : center
|
||||
Horizontal Alignment: center
|
||||
Vertical Alignment : center
|
||||
Input Type : character
|
||||
Text :
|
||||
@@ -880,7 +854,6 @@ Text f2Icon
|
||||
ID : 53
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 259
|
||||
@@ -896,7 +869,7 @@ Text f2Icon
|
||||
Font ID : 3
|
||||
Back. Color : 0
|
||||
Font Color : 65535
|
||||
Horizontal Alignment : center
|
||||
Horizontal Alignment: center
|
||||
Vertical Alignment : center
|
||||
Input Type : character
|
||||
Text :
|
||||
@@ -910,7 +883,6 @@ Text f3Icon
|
||||
ID : 54
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 259
|
||||
@@ -926,7 +898,7 @@ Text f3Icon
|
||||
Font ID : 3
|
||||
Back. Color : 0
|
||||
Font Color : 65535
|
||||
Horizontal Alignment : center
|
||||
Horizontal Alignment: center
|
||||
Vertical Alignment : center
|
||||
Input Type : character
|
||||
Text :
|
||||
@@ -940,7 +912,6 @@ Text f4Icon
|
||||
ID : 52
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 259
|
||||
@@ -956,7 +927,7 @@ Text f4Icon
|
||||
Font ID : 3
|
||||
Back. Color : 0
|
||||
Font Color : 65535
|
||||
Horizontal Alignment : center
|
||||
Horizontal Alignment: center
|
||||
Vertical Alignment : center
|
||||
Input Type : character
|
||||
Text :
|
||||
@@ -970,7 +941,6 @@ Text f5Icon
|
||||
ID : 51
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 259
|
||||
@@ -986,7 +956,7 @@ Text f5Icon
|
||||
Font ID : 3
|
||||
Back. Color : 0
|
||||
Font Color : 65535
|
||||
Horizontal Alignment : center
|
||||
Horizontal Alignment: center
|
||||
Vertical Alignment : center
|
||||
Input Type : character
|
||||
Text :
|
||||
@@ -1000,7 +970,6 @@ Text tAMPM
|
||||
ID : 13
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 276
|
||||
@@ -1016,7 +985,7 @@ Text tAMPM
|
||||
Font ID : 0
|
||||
Back. Color : 0
|
||||
Font Color : 65535
|
||||
Horizontal Alignment : center
|
||||
Horizontal Alignment: center
|
||||
Vertical Alignment : center
|
||||
Input Type : character
|
||||
Text : PM
|
||||
@@ -1030,7 +999,6 @@ Text tDate
|
||||
ID : 6
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 95
|
||||
@@ -1046,7 +1014,7 @@ Text tDate
|
||||
Font ID : 0
|
||||
Back. Color : 0
|
||||
Font Color : 65535
|
||||
Horizontal Alignment : right
|
||||
Horizontal Alignment: right
|
||||
Vertical Alignment : center
|
||||
Input Type : character
|
||||
Text : Thursday, 02.02
|
||||
@@ -1060,7 +1028,6 @@ Text tIcon1
|
||||
ID : 21
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 0
|
||||
@@ -1076,11 +1043,11 @@ Text tIcon1
|
||||
Font ID : 1
|
||||
Back. Color : 0
|
||||
Font Color : 17299
|
||||
Horizontal Alignment : center
|
||||
Horizontal Alignment: center
|
||||
Vertical Alignment : top
|
||||
Input Type : character
|
||||
Text :
|
||||
Max. Text Size : 10
|
||||
Max. Text Size : 16
|
||||
Word wrap : disabled
|
||||
Horizontal Spacing : 0
|
||||
Vertical Spacing : 0
|
||||
@@ -1090,7 +1057,6 @@ Text tIcon2
|
||||
ID : 22
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 160
|
||||
@@ -1106,11 +1072,11 @@ Text tIcon2
|
||||
Font ID : 1
|
||||
Back. Color : 0
|
||||
Font Color : 17299
|
||||
Horizontal Alignment : center
|
||||
Horizontal Alignment: center
|
||||
Vertical Alignment : top
|
||||
Input Type : character
|
||||
Text :
|
||||
Max. Text Size : 10
|
||||
Max. Text Size : 16
|
||||
Word wrap : disabled
|
||||
Horizontal Spacing : 0
|
||||
Vertical Spacing : 0
|
||||
@@ -1120,7 +1086,6 @@ Text tMainIcon
|
||||
ID : 7
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 14
|
||||
@@ -1136,7 +1101,7 @@ Text tMainIcon
|
||||
Font ID : 4
|
||||
Back. Color : 0
|
||||
Font Color : 65535
|
||||
Horizontal Alignment : center
|
||||
Horizontal Alignment: center
|
||||
Vertical Alignment : center
|
||||
Input Type : character
|
||||
Text :
|
||||
@@ -1150,7 +1115,6 @@ Text tMainText
|
||||
ID : 8
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 8
|
||||
@@ -1166,7 +1130,7 @@ Text tMainText
|
||||
Font ID : 1
|
||||
Back. Color : 0
|
||||
Font Color : 65535
|
||||
Horizontal Alignment : center
|
||||
Horizontal Alignment: center
|
||||
Vertical Alignment : center
|
||||
Input Type : character
|
||||
Text :
|
||||
@@ -1180,7 +1144,6 @@ Text tNotifyHead
|
||||
ID : 56
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 0
|
||||
@@ -1196,7 +1159,7 @@ Text tNotifyHead
|
||||
Font ID : 3
|
||||
Back. Color : 0
|
||||
Font Color : 65535
|
||||
Horizontal Alignment : center
|
||||
Horizontal Alignment: center
|
||||
Vertical Alignment : top
|
||||
Input Type : character
|
||||
Text :
|
||||
@@ -1210,7 +1173,6 @@ Text tNotifyText
|
||||
ID : 57
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 0
|
||||
@@ -1226,7 +1188,7 @@ Text tNotifyText
|
||||
Font ID : 0
|
||||
Back. Color : 0
|
||||
Font Color : 65535
|
||||
Horizontal Alignment : center
|
||||
Horizontal Alignment: center
|
||||
Vertical Alignment : top
|
||||
Input Type : character
|
||||
Text :
|
||||
@@ -1240,7 +1202,6 @@ Text tTime
|
||||
ID : 5
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 125
|
||||
@@ -1256,7 +1217,7 @@ Text tTime
|
||||
Font ID : 4
|
||||
Back. Color : 0
|
||||
Font Color : 65535
|
||||
Horizontal Alignment : right
|
||||
Horizontal Alignment: right
|
||||
Vertical Alignment : center
|
||||
Input Type : character
|
||||
Text : 21:32
|
||||
@@ -1270,7 +1231,6 @@ Text tTimeAdd
|
||||
ID : 23
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 95
|
||||
@@ -1286,7 +1246,7 @@ Text tTimeAdd
|
||||
Font ID : 1
|
||||
Back. Color : 0
|
||||
Font Color : 65535
|
||||
Horizontal Alignment : center
|
||||
Horizontal Alignment: center
|
||||
Vertical Alignment : bottom
|
||||
Input Type : character
|
||||
Text :
|
||||
@@ -1300,8 +1260,7 @@ Picture p0
|
||||
ID : 1
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Send Component ID: disabled
|
||||
Opacity : 127
|
||||
x coordinate : 0
|
||||
y coordinate : 1
|
||||
|
||||
@@ -16,13 +16,12 @@ Page popupLight
|
||||
tEntity.txt=pageIcons.tTmp1.txt
|
||||
//get entity id
|
||||
entn.txt=pageIcons.tTmp2.txt
|
||||
tIcon1.txt=pageIcons.tTmp3.txt
|
||||
vis p0,0
|
||||
vis tSend,0
|
||||
vis tTmp,0
|
||||
vis tInstruction,0
|
||||
vis tId,0
|
||||
vis bEffect,0
|
||||
vis hBrightness,0
|
||||
//page open event
|
||||
// event,pageOpenDetail,typeOfPage,tEntityName
|
||||
// craft command
|
||||
@@ -39,16 +38,16 @@ Page popupLight
|
||||
prints tSend.txt,0
|
||||
prints crcval,2
|
||||
//disable brightness by default
|
||||
vis t1,0
|
||||
vis t2,0
|
||||
vis hBrightness,0
|
||||
//vis t1,0
|
||||
//vis t2,0
|
||||
vis hBrightness,1
|
||||
//disable color temp by default
|
||||
vis t4,0
|
||||
vis t3,0
|
||||
//vis t4,0
|
||||
//vis t3,0
|
||||
vis hTempSlider,0
|
||||
//disable color wheel components by default
|
||||
vis bColor,0
|
||||
vis t0,0
|
||||
//vis t0,0
|
||||
vis pColorWheel,0
|
||||
//vis t0,0
|
||||
popupLight.bco=defaultBcoColor
|
||||
@@ -67,14 +66,18 @@ Page popupLight
|
||||
}
|
||||
if(defaultBcoColor==0)
|
||||
{
|
||||
hBrightness.pic=14
|
||||
hBrightness.pic1=13
|
||||
hBrightness.pic2=15
|
||||
hTempSlider.pic=16
|
||||
hTempSlider.pic1=17
|
||||
hTempSlider.pic2=15
|
||||
hTempSlider.pic1=16
|
||||
}
|
||||
|
||||
Postinitialize Event
|
||||
fill hBrightness.x,hBrightness.y,100,250,defaultBcoColor
|
||||
|
||||
Variable (int32) col
|
||||
Attributes
|
||||
Scope: local
|
||||
Value: 65504
|
||||
|
||||
Variable (string) entn
|
||||
Attributes
|
||||
Scope : local
|
||||
@@ -97,56 +100,29 @@ Variable (string) strCommand
|
||||
Text :
|
||||
Max. Text Size: 500
|
||||
|
||||
Variable (string) tId
|
||||
Attributes
|
||||
Scope : local
|
||||
Text :
|
||||
Max. Text Size: 20
|
||||
|
||||
Variable (string) tInstruction
|
||||
Attributes
|
||||
Scope : local
|
||||
Text :
|
||||
Max. Text Size: 20
|
||||
|
||||
Variable (string) tSend
|
||||
Attributes
|
||||
Scope : local
|
||||
Text :
|
||||
Max. Text Size: 200
|
||||
|
||||
Text t0
|
||||
Variable (string) tTmp
|
||||
Attributes
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Send Component ID : disabled
|
||||
Associated Keyboard: none
|
||||
Text : Color
|
||||
Max. Text Size : 50
|
||||
|
||||
Text t1
|
||||
Attributes
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Send Component ID : disabled
|
||||
Associated Keyboard: none
|
||||
Text : Brightness
|
||||
Max. Text Size : 50
|
||||
|
||||
Text t2
|
||||
Attributes
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Send Component ID : disabled
|
||||
Associated Keyboard: none
|
||||
Text : î
|
||||
Max. Text Size : 10
|
||||
|
||||
Text t3
|
||||
Attributes
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Send Component ID : disabled
|
||||
Associated Keyboard: none
|
||||
Text : î
|
||||
Max. Text Size : 10
|
||||
|
||||
Text t4
|
||||
Attributes
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Send Component ID : disabled
|
||||
Associated Keyboard: none
|
||||
Text : Temperature
|
||||
Max. Text Size : 50
|
||||
Text :
|
||||
Max. Text Size: 80
|
||||
|
||||
Text tEntity
|
||||
Attributes
|
||||
@@ -157,48 +133,6 @@ Text tEntity
|
||||
Text : tEntity1
|
||||
Max. Text Size : 25
|
||||
|
||||
Text tIcon1
|
||||
Attributes
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Send Component ID : disabled
|
||||
Associated Keyboard: none
|
||||
Text : î´
|
||||
Max. Text Size : 10
|
||||
|
||||
Text tId
|
||||
Attributes
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Send Component ID : disabled
|
||||
Associated Keyboard: none
|
||||
Text :
|
||||
Max. Text Size : 20
|
||||
|
||||
Text tInstruction
|
||||
Attributes
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Send Component ID : disabled
|
||||
Associated Keyboard: none
|
||||
Text :
|
||||
Max. Text Size : 20
|
||||
|
||||
Text tTmp
|
||||
Attributes
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Send Component ID : disabled
|
||||
Associated Keyboard: none
|
||||
Text :
|
||||
Max. Text Size : 80
|
||||
|
||||
Picture p0
|
||||
Attributes
|
||||
Scope : local
|
||||
Dragging : 0
|
||||
Send Component ID: disabled
|
||||
|
||||
Picture pColorWheel
|
||||
Attributes
|
||||
Scope : local
|
||||
@@ -244,6 +178,20 @@ Slider hBrightness
|
||||
|
||||
Events
|
||||
Touch Release Event
|
||||
//draw black background
|
||||
fill hBrightness.x,hBrightness.y,100,hBrightness.val*-25/10+250,8484
|
||||
//draw draw colored bar at the position of the current brightness value
|
||||
fill hBrightness.x,hBrightness.val*-25/10+314,100,hBrightness.val*25/10,col.val
|
||||
if(hBrightness.val>7)
|
||||
{
|
||||
//draw cursor
|
||||
fill hBrightness.x+25,hBrightness.val*-25/10+322,50,4,WHITE
|
||||
//paint corner
|
||||
xstr hBrightness.x,hBrightness.val*-25/10+314,100,hBrightness.h,7,8484,0,0,0,3,"a"
|
||||
}
|
||||
//paint corners
|
||||
xstr hBrightness.x,hBrightness.y,100,hBrightness.h,7,defaultBcoColor,0,0,0,3,"a"
|
||||
xstr hBrightness.x,hBrightness.y+hBrightness.h-15,100,hBrightness.h,7,defaultBcoColor,0,0,0,3,"b"
|
||||
tmCooldown.en=1
|
||||
tmCooldown.tim=2500
|
||||
//craft command
|
||||
@@ -332,8 +280,8 @@ Button bColor
|
||||
//enable color wheel
|
||||
vis pColorWheel,1
|
||||
//disable color temp
|
||||
vis t4,0
|
||||
vis t3,0
|
||||
//vis t4,0
|
||||
//vis t3,0
|
||||
vis hTempSlider,0
|
||||
}else
|
||||
{
|
||||
@@ -343,8 +291,8 @@ Button bColor
|
||||
if(mode_temp.val==1)
|
||||
{
|
||||
//enable color temp
|
||||
vis t4,1
|
||||
vis t3,1
|
||||
//vis t4,1
|
||||
//vis t3,1
|
||||
vis hTempSlider,1
|
||||
}
|
||||
}
|
||||
@@ -362,7 +310,6 @@ Button bEffect
|
||||
Touch Press Event
|
||||
pageIcons.tTmp1.txt=tEntity.txt
|
||||
pageIcons.tTmp2.txt=entn.txt
|
||||
pageIcons.tTmp3.txt=tIcon1.txt
|
||||
page popupInSel
|
||||
|
||||
Dual-state Button btOnOff1
|
||||
@@ -402,6 +349,30 @@ Timer tmCooldown
|
||||
Timer Event
|
||||
tmCooldown.en=0
|
||||
|
||||
Timer tmDrawCooldown
|
||||
Attributes
|
||||
Scope : local
|
||||
Period (ms): 500
|
||||
Enabled : no
|
||||
|
||||
Events
|
||||
Timer Event
|
||||
//draw black background
|
||||
fill hBrightness.x,hBrightness.y,100,hBrightness.val*-25/10+250,8484
|
||||
//draw draw colored bar at the position of the current brightness value
|
||||
fill hBrightness.x,hBrightness.val*-25/10+314,100,hBrightness.val*25/10,col.val
|
||||
if(hBrightness.val>7)
|
||||
{
|
||||
//draw cursor
|
||||
fill hBrightness.x+25,hBrightness.val*-25/10+322,50,4,WHITE
|
||||
//paint corner
|
||||
xstr hBrightness.x,hBrightness.val*-25/10+314,100,hBrightness.h,7,8484,0,0,0,3,"a"
|
||||
}
|
||||
//paint corners
|
||||
xstr hBrightness.x,hBrightness.y,100,hBrightness.h,7,defaultBcoColor,0,0,0,3,"a"
|
||||
xstr hBrightness.x,hBrightness.y+hBrightness.h-15,100,hBrightness.h,7,defaultBcoColor,0,0,0,3,"b"
|
||||
tmDrawCooldown.en=0
|
||||
|
||||
Timer tmSerial
|
||||
Attributes
|
||||
Scope : local
|
||||
@@ -458,11 +429,12 @@ Timer tmSerial
|
||||
{
|
||||
// change icon
|
||||
//spstr strCommand.txt,tIcon1.txt,"~",2
|
||||
vis tIcon1,1
|
||||
//vis tIcon1,1
|
||||
// change icon color
|
||||
spstr strCommand.txt,tTmp.txt,"~",3
|
||||
covx tTmp.txt,sys0,0,0
|
||||
tIcon1.pco=sys0
|
||||
col.val=sys0
|
||||
//tEntity.pco=sys0
|
||||
// get Button State
|
||||
spstr strCommand.txt,tTmp.txt,"~",4
|
||||
covx tTmp.txt,sys0,0,0
|
||||
@@ -471,27 +443,26 @@ Timer tmSerial
|
||||
spstr strCommand.txt,tTmp.txt,"~",5
|
||||
if(tTmp.txt=="disable")
|
||||
{
|
||||
vis t1,0
|
||||
vis t2,0
|
||||
//vis t1,0
|
||||
//vis t2,0
|
||||
vis hBrightness,0
|
||||
}else
|
||||
{
|
||||
vis t1,1
|
||||
vis t2,1
|
||||
//vis t1,1
|
||||
//vis t2,1
|
||||
vis hBrightness,1
|
||||
covx tTmp.txt,sys0,0,0
|
||||
if(tmCooldown.en==0)
|
||||
{
|
||||
hBrightness.val=sys0
|
||||
}
|
||||
tmDrawCooldown.en=1
|
||||
tmDrawCooldown.tim=500
|
||||
}
|
||||
// get ColorTemp value
|
||||
spstr strCommand.txt,tTmp.txt,"~",6
|
||||
if(tTmp.txt=="disable")
|
||||
{
|
||||
vis hTempSlider,0
|
||||
vis t3,0
|
||||
vis t4,0
|
||||
//vis t3,0
|
||||
//vis t4,0
|
||||
mode_temp.val=0
|
||||
// mode == 1 is temp controls currently shown
|
||||
if(mode.val==1)
|
||||
@@ -514,8 +485,8 @@ Timer tmSerial
|
||||
{
|
||||
mode_temp.val=1
|
||||
vis hTempSlider,1
|
||||
vis t3,1
|
||||
vis t4,1
|
||||
//vis t3,1
|
||||
//vis t4,1
|
||||
if(tmCooldown.en==0)
|
||||
{
|
||||
covx tTmp.txt,sys0,0,0
|
||||
@@ -534,12 +505,12 @@ Timer tmSerial
|
||||
// disable -> isn't supported
|
||||
if(tTmp.txt=="disable")
|
||||
{
|
||||
vis t0,0
|
||||
//vis t0,0
|
||||
vis bColor,0
|
||||
vis pColorWheel,0
|
||||
}else
|
||||
{
|
||||
vis t0,1
|
||||
//vis t0,1
|
||||
//only enable bColor button if color temp is also supported
|
||||
if(mode_temp.val==1)
|
||||
{
|
||||
@@ -551,11 +522,11 @@ Timer tmSerial
|
||||
}
|
||||
}
|
||||
// set t0 Color (Localization)
|
||||
spstr strCommand.txt,t0.txt,"~",8
|
||||
//spstr strCommand.txt,t0.txt,"~",8
|
||||
// set t4 Temperature (Localization)
|
||||
spstr strCommand.txt,t4.txt,"~",9
|
||||
//spstr strCommand.txt,t4.txt,"~",9
|
||||
// set t1 Brightness (Localization)
|
||||
spstr strCommand.txt,t1.txt,"~",10
|
||||
//spstr strCommand.txt,t1.txt,"~",10
|
||||
// activate effect button
|
||||
spstr strCommand.txt,tTmp.txt,"~",11
|
||||
if(tTmp.txt=="enable")
|
||||
|
||||
@@ -232,7 +232,7 @@ Button b0
|
||||
|
||||
Events
|
||||
Touch Press Event
|
||||
tSend.txt="event,buttonPress2,popupLight,bExit"
|
||||
tSend.txt="event,buttonPress2,popupThermo,bExit"
|
||||
//send calc crc
|
||||
btlen tSend.txt,sys0
|
||||
crcrest 1,0xffff // reset CRC
|
||||
|
||||
@@ -302,7 +302,7 @@ Button b0
|
||||
|
||||
Events
|
||||
Touch Press Event
|
||||
tSend.txt="event,buttonPress2,popupLight,bExit"
|
||||
tSend.txt="event,buttonPress2,popupTimer,bExit"
|
||||
//send calc crc
|
||||
btlen tSend.txt,sys0
|
||||
crcrest 1,0xffff // reset CRC
|
||||
|
||||
@@ -389,7 +389,7 @@ Text tIcon1
|
||||
Send Component ID : disabled
|
||||
Associated Keyboard: none
|
||||
Text :
|
||||
Max. Text Size : 10
|
||||
Max. Text Size : 16
|
||||
|
||||
Text tIcon2
|
||||
Attributes
|
||||
@@ -398,7 +398,7 @@ Text tIcon2
|
||||
Send Component ID : disabled
|
||||
Associated Keyboard: none
|
||||
Text :
|
||||
Max. Text Size : 10
|
||||
Max. Text Size : 16
|
||||
|
||||
Text tMainIcon
|
||||
Attributes
|
||||
|
||||
Reference in New Issue
Block a user