mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-02-12 08:07:43 +01:00
fix disable (add nextion2text)
This commit is contained in:
committed by
github-actions[bot]
parent
9699403191
commit
a4fbf60eb2
@@ -1,6 +1,6 @@
|
||||
diff -bur HMI/n2t-out/Program.s.txt HMI/US/portrait/n2t-out/Program.s.txt
|
||||
--- HMI/n2t-out/Program.s.txt 2022-05-22 07:55:04.215774434 +0000
|
||||
+++ HMI/US/portrait/n2t-out/Program.s.txt 2022-05-22 07:55:04.651779305 +0000
|
||||
--- HMI/n2t-out/Program.s.txt 2022-05-22 08:17:12.774830515 +0000
|
||||
+++ HMI/US/portrait/n2t-out/Program.s.txt 2022-05-22 08:17:13.326846513 +0000
|
||||
@@ -11,6 +11,6 @@
|
||||
// dim value
|
||||
int dimValue=40
|
||||
@@ -11,8 +11,8 @@ diff -bur HMI/n2t-out/Program.s.txt HMI/US/portrait/n2t-out/Program.s.txt
|
||||
+ //lcd_dev fffb 0002 0000 0020
|
||||
page pageStartup
|
||||
diff -bur HMI/n2t-out/cardEntities.txt HMI/US/portrait/n2t-out/cardEntities.txt
|
||||
--- HMI/n2t-out/cardEntities.txt 2022-05-22 07:55:04.219774478 +0000
|
||||
+++ HMI/US/portrait/n2t-out/cardEntities.txt 2022-05-22 07:55:04.651779305 +0000
|
||||
--- HMI/n2t-out/cardEntities.txt 2022-05-22 08:17:12.774830515 +0000
|
||||
+++ HMI/US/portrait/n2t-out/cardEntities.txt 2022-05-22 08:17:13.326846513 +0000
|
||||
@@ -62,6 +62,16 @@
|
||||
vis bText4,0
|
||||
vis hSlider4,0
|
||||
@@ -346,7 +346,7 @@ diff -bur HMI/n2t-out/cardEntities.txt HMI/US/portrait/n2t-out/cardEntities.txt
|
||||
+ {
|
||||
+ bUp5.pco=65535
|
||||
+ tsw bUp5,1
|
||||
+ }else if(tTmp.txt!="disable")
|
||||
+ }else if(tTmp.txt=="disable")
|
||||
+ {
|
||||
+ bUp5.pco=27501
|
||||
+ tsw bUp5,0
|
||||
@@ -358,7 +358,7 @@ diff -bur HMI/n2t-out/cardEntities.txt HMI/US/portrait/n2t-out/cardEntities.txt
|
||||
+ bStop5.pco=65535
|
||||
+ bStop5.txt=tTmp.txt
|
||||
+ tsw bStop5,1
|
||||
+ }else if(tTmp.txt!="disable")
|
||||
+ }else if(tTmp.txt=="disable")
|
||||
+ {
|
||||
+ bStop5.pco=27501
|
||||
+ tsw bStop5,0
|
||||
@@ -370,7 +370,7 @@ diff -bur HMI/n2t-out/cardEntities.txt HMI/US/portrait/n2t-out/cardEntities.txt
|
||||
+ bDown5.pco=65535
|
||||
+ bDown5.txt=tTmp.txt
|
||||
+ tsw bDown5,1
|
||||
+ }else if(tTmp.txt!="disable")
|
||||
+ }else if(tTmp.txt=="disable")
|
||||
+ {
|
||||
+ bDown5.pco=27501
|
||||
+ tsw bDown5,0
|
||||
@@ -464,8 +464,8 @@ diff -bur HMI/n2t-out/cardEntities.txt HMI/US/portrait/n2t-out/cardEntities.txt
|
||||
if(tInstruction.txt=="pageType")
|
||||
{
|
||||
diff -bur HMI/n2t-out/pageStartup.txt HMI/US/portrait/n2t-out/pageStartup.txt
|
||||
--- HMI/n2t-out/pageStartup.txt 2022-05-22 07:55:04.215774434 +0000
|
||||
+++ HMI/US/portrait/n2t-out/pageStartup.txt 2022-05-22 07:55:04.651779305 +0000
|
||||
--- HMI/n2t-out/pageStartup.txt 2022-05-22 08:17:12.774830515 +0000
|
||||
+++ HMI/US/portrait/n2t-out/pageStartup.txt 2022-05-22 08:17:13.326846513 +0000
|
||||
@@ -142,7 +142,7 @@
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
|
||||
Reference in New Issue
Block a user