bump firmware version for next release (add nextion2text)

This commit is contained in:
joBr99
2022-04-12 16:30:15 +00:00
committed by GitHub Actions
parent 85b2492ef4
commit 49fa3f1a0b
8 changed files with 47 additions and 29 deletions

View File

@@ -1,6 +1,6 @@
diff -bur HMI/n2t-out/Program.s.txt HMI/US/landscape/n2t-out/Program.s.txt diff -bur HMI/n2t-out/Program.s.txt HMI/US/landscape/n2t-out/Program.s.txt
--- HMI/n2t-out/Program.s.txt 2022-04-12 16:20:51.221116465 +0000 --- HMI/n2t-out/Program.s.txt 2022-04-12 16:30:13.108641053 +0000
+++ HMI/US/landscape/n2t-out/Program.s.txt 2022-04-12 16:20:51.993105924 +0000 +++ HMI/US/landscape/n2t-out/Program.s.txt 2022-04-12 16:30:14.224656021 +0000
@@ -11,6 +11,6 @@ @@ -11,6 +11,6 @@
// dim value // dim value
int dimValue=40 int dimValue=40
@@ -11,8 +11,8 @@ diff -bur HMI/n2t-out/Program.s.txt HMI/US/landscape/n2t-out/Program.s.txt
+ //lcd_dev fffb 0002 0000 0020 + //lcd_dev fffb 0002 0000 0020
page pageStartup page pageStartup
diff -bur HMI/n2t-out/pageStartup.txt HMI/US/landscape/n2t-out/pageStartup.txt diff -bur HMI/n2t-out/pageStartup.txt HMI/US/landscape/n2t-out/pageStartup.txt
--- HMI/n2t-out/pageStartup.txt 2022-04-12 16:20:51.221116465 +0000 --- HMI/n2t-out/pageStartup.txt 2022-04-12 16:30:13.108641053 +0000
+++ HMI/US/landscape/n2t-out/pageStartup.txt 2022-04-12 16:20:51.997105870 +0000 +++ HMI/US/landscape/n2t-out/pageStartup.txt 2022-04-12 16:30:14.224656021 +0000
@@ -177,7 +177,7 @@ @@ -177,7 +177,7 @@
recmod=1 recmod=1
bauds=115200 bauds=115200

View File

@@ -22,14 +22,14 @@ popupNotify
17 Component(s) 17 Component(s)
178 Line(s) of event code 178 Line(s) of event code
117 Unique line(s) of event code 117 Unique line(s) of event code
pageStartup
19 Component(s)
150 Line(s) of event code
113 Unique line(s) of event code
popupShutter popupShutter
19 Component(s) 19 Component(s)
178 Line(s) of event code 178 Line(s) of event code
101 Unique line(s) of event code 101 Unique line(s) of event code
pageStartup
19 Component(s)
150 Line(s) of event code
113 Unique line(s) of event code
popupLight popupLight
27 Component(s) 27 Component(s)
320 Line(s) of event code 320 Line(s) of event code

View File

@@ -402,7 +402,7 @@ Text tVersion
Horizontal Alignment : center Horizontal Alignment : center
Vertical Alignment : center Vertical Alignment : center
Input Type : character Input Type : character
Text : 30 Text : 31
Max. Text Size : 10 Max. Text Size : 10
Word wrap : disabled Word wrap : disabled
Horizontal Spacing : 0 Horizontal Spacing : 0

View File

@@ -152,7 +152,7 @@ Text tVersion
Disable release event after dragging: 0 Disable release event after dragging: 0
Send Component ID : disabled Send Component ID : disabled
Associated Keyboard : none Associated Keyboard : none
Text : 30 Text : 31
Max. Text Size : 10 Max. Text Size : 10
Picture p0 Picture p0

View File

@@ -1,6 +1,6 @@
diff -bur HMI/n2t-out/Program.s.txt HMI/US/portrait/n2t-out/Program.s.txt diff -bur HMI/n2t-out/Program.s.txt HMI/US/portrait/n2t-out/Program.s.txt
--- HMI/n2t-out/Program.s.txt 2022-04-12 16:20:51.221116465 +0000 --- HMI/n2t-out/Program.s.txt 2022-04-12 16:30:13.108641053 +0000
+++ HMI/US/portrait/n2t-out/Program.s.txt 2022-04-12 16:20:51.597111331 +0000 +++ HMI/US/portrait/n2t-out/Program.s.txt 2022-04-12 16:30:13.624647974 +0000
@@ -11,6 +11,6 @@ @@ -11,6 +11,6 @@
// dim value // dim value
int dimValue=40 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 + //lcd_dev fffb 0002 0000 0020
page pageStartup page pageStartup
diff -bur HMI/n2t-out/cardEntities.txt HMI/US/portrait/n2t-out/cardEntities.txt diff -bur HMI/n2t-out/cardEntities.txt HMI/US/portrait/n2t-out/cardEntities.txt
--- HMI/n2t-out/cardEntities.txt 2022-04-12 16:20:51.221116465 +0000 --- HMI/n2t-out/cardEntities.txt 2022-04-12 16:30:13.108641053 +0000
+++ HMI/US/portrait/n2t-out/cardEntities.txt 2022-04-12 16:20:51.597111331 +0000 +++ HMI/US/portrait/n2t-out/cardEntities.txt 2022-04-12 16:30:13.624647974 +0000
@@ -62,6 +62,16 @@ @@ -62,6 +62,16 @@
vis bText4,0 vis bText4,0
vis hSlider4,0 vis hSlider4,0
@@ -463,8 +463,8 @@ diff -bur HMI/n2t-out/cardEntities.txt HMI/US/portrait/n2t-out/cardEntities.txt
if(tInstruction.txt=="pageType") if(tInstruction.txt=="pageType")
{ {
diff -bur HMI/n2t-out/pageStartup.txt HMI/US/portrait/n2t-out/pageStartup.txt diff -bur HMI/n2t-out/pageStartup.txt HMI/US/portrait/n2t-out/pageStartup.txt
--- HMI/n2t-out/pageStartup.txt 2022-04-12 16:20:51.221116465 +0000 --- HMI/n2t-out/pageStartup.txt 2022-04-12 16:30:13.108641053 +0000
+++ HMI/US/portrait/n2t-out/pageStartup.txt 2022-04-12 16:20:51.597111331 +0000 +++ HMI/US/portrait/n2t-out/pageStartup.txt 2022-04-12 16:30:13.624647974 +0000
@@ -142,7 +142,7 @@ @@ -142,7 +142,7 @@
Disable release event after dragging: 0 Disable release event after dragging: 0
Send Component ID : disabled Send Component ID : disabled
@@ -474,6 +474,15 @@ diff -bur HMI/n2t-out/pageStartup.txt HMI/US/portrait/n2t-out/pageStartup.txt
Max. Text Size : 100 Max. Text Size : 100
Text tVersion Text tVersion
@@ -152,7 +152,7 @@
Disable release event after dragging: 0
Send Component ID : disabled
Associated Keyboard : none
- Text : 31
+ Text : 30
Max. Text Size : 10
Picture p0
@@ -177,7 +177,7 @@ @@ -177,7 +177,7 @@
recmod=1 recmod=1
bauds=115200 bauds=115200
@@ -484,8 +493,8 @@ diff -bur HMI/n2t-out/pageStartup.txt HMI/US/portrait/n2t-out/pageStartup.txt
btlen tSend.txt,sys0 btlen tSend.txt,sys0
crcrest 1,0xffff // reset CRC crcrest 1,0xffff // reset CRC
diff -bur HMI/n2t-out/screensaver.txt HMI/US/portrait/n2t-out/screensaver.txt diff -bur HMI/n2t-out/screensaver.txt HMI/US/portrait/n2t-out/screensaver.txt
--- HMI/n2t-out/screensaver.txt 2022-04-12 16:20:51.221116465 +0000 --- HMI/n2t-out/screensaver.txt 2022-04-12 16:30:13.108641053 +0000
+++ HMI/US/portrait/n2t-out/screensaver.txt 2022-04-12 16:20:51.597111331 +0000 +++ HMI/US/portrait/n2t-out/screensaver.txt 2022-04-12 16:30:13.624647974 +0000
@@ -48,6 +48,26 @@ @@ -48,6 +48,26 @@
Scope: local Scope: local
Value: 0 Value: 0

View File

@@ -1,8 +1,8 @@
+++ HMI/US/portrait/diff-eu-version.txt 2022-04-12 16:20:51.613111113 +0000 +++ HMI/US/portrait/diff-eu-version.txt 2022-04-12 16:30:13.640648189 +0000
+--- HMI/n2t-out/Program.s.txt 2022-04-12 16:20:51.221116465 +0000 +--- HMI/n2t-out/Program.s.txt 2022-04-12 16:30:13.108641053 +0000
++++ HMI/US/portrait/n2t-out/Program.s.txt 2022-04-12 16:20:51.597111331 +0000 ++++ HMI/US/portrait/n2t-out/Program.s.txt 2022-04-12 16:30:13.624647974 +0000
+--- HMI/n2t-out/cardEntities.txt 2022-04-12 16:20:51.221116465 +0000 +--- HMI/n2t-out/cardEntities.txt 2022-04-12 16:30:13.108641053 +0000
++++ HMI/US/portrait/n2t-out/cardEntities.txt 2022-04-12 16:20:51.597111331 +0000 ++++ HMI/US/portrait/n2t-out/cardEntities.txt 2022-04-12 16:30:13.624647974 +0000
+@@ -62,6 +62,16 @@ +@@ -62,6 +62,16 @@
+@@ -117,6 +127,18 @@ +@@ -117,6 +127,18 @@
+@@ -153,6 +175,15 @@ +@@ -153,6 +175,15 @@
@@ -49,11 +49,20 @@
+@@ -967,6 +1146,33 @@ +@@ -967,6 +1146,33 @@
+@@ -1072,6 +1278,28 @@ +@@ -1072,6 +1278,28 @@
+@@ -1642,6 +1870,128 @@ +@@ -1642,6 +1870,128 @@
+--- HMI/n2t-out/pageStartup.txt 2022-04-12 16:20:51.221116465 +0000 +--- HMI/n2t-out/pageStartup.txt 2022-04-12 16:30:13.108641053 +0000
++++ HMI/US/portrait/n2t-out/pageStartup.txt 2022-04-12 16:20:51.597111331 +0000 ++++ HMI/US/portrait/n2t-out/pageStartup.txt 2022-04-12 16:30:13.624647974 +0000
+@@ -152,7 +152,7 @@
+ Disable release event after dragging: 0
+ Send Component ID : disabled
+ Associated Keyboard : none
+- Text : 31
++ Text : 30
+ Max. Text Size : 10
+
+ Picture p0
+diff -bur HMI/n2t-out/screensaver.txt HMI/US/portrait/n2t-out/screensaver.txt +diff -bur HMI/n2t-out/screensaver.txt HMI/US/portrait/n2t-out/screensaver.txt
+--- HMI/n2t-out/screensaver.txt 2022-04-12 16:20:51.221116465 +0000 +--- HMI/n2t-out/screensaver.txt 2022-04-12 16:30:13.108641053 +0000
++++ HMI/US/portrait/n2t-out/screensaver.txt 2022-04-12 16:20:51.597111331 +0000 ++++ HMI/US/portrait/n2t-out/screensaver.txt 2022-04-12 16:30:13.624647974 +0000
+@@ -48,6 +48,26 @@ +@@ -48,6 +48,26 @@
+ Scope: local + Scope: local
+ Value: 0 + Value: 0

View File

@@ -402,7 +402,7 @@ Text tVersion
Horizontal Alignment : center Horizontal Alignment : center
Vertical Alignment : center Vertical Alignment : center
Input Type : character Input Type : character
Text : 30 Text : 31
Max. Text Size : 10 Max. Text Size : 10
Word wrap : disabled Word wrap : disabled
Horizontal Spacing : 0 Horizontal Spacing : 0

View File

@@ -152,7 +152,7 @@ Text tVersion
Disable release event after dragging: 0 Disable release event after dragging: 0
Send Component ID : disabled Send Component ID : disabled
Associated Keyboard : none Associated Keyboard : none
Text : 30 Text : 31
Max. Text Size : 10 Max. Text Size : 10
Picture p0 Picture p0