Bump to v4.3.1d1

This commit is contained in:
Edward Firmo
2024-03-13 21:17:53 +01:00
parent 585d3142ae
commit 1d95198312
13 changed files with 142 additions and 98 deletions

View File

@@ -101,7 +101,7 @@ Text tft_version
Dragging : 0 Dragging : 0
Send Component ID : on press and release Send Component ID : on press and release
Associated Keyboard: none Associated Keyboard: none
Text : 4.3.0 Text : 4.3.1d1
Max. Text Size : 9 Max. Text Size : 9
Text esph_version Text esph_version

View File

@@ -20,6 +20,9 @@ Page buttonpage01
vis 255,0 vis 255,0
vis button_back,1 vis button_back,1
vis page_label,1 vis page_label,1
sys0=is_buttonpage01+is_buttonpage02+is_buttonpage03+is_buttonpage04
if(sys0>1)
{
page_index.txt+="●" page_index.txt+="●"
if(is_buttonpage02==1) if(is_buttonpage02==1)
{ {
@@ -35,6 +38,7 @@ Page buttonpage01
} }
vis page_index,1 vis page_index,1
} }
}
sendme sendme
Variable (string) lastclick Variable (string) lastclick

View File

@@ -20,6 +20,9 @@ Page buttonpage02
vis 255,0 vis 255,0
vis button_back,1 vis button_back,1
vis page_label,1 vis page_label,1
sys0=is_buttonpage01+is_buttonpage02+is_buttonpage03+is_buttonpage04
if(sys0>1)
{
if(is_buttonpage01==1) if(is_buttonpage01==1)
{ {
page_index.txt+="â—‹" page_index.txt+="â—‹"
@@ -35,6 +38,7 @@ Page buttonpage02
} }
vis page_index,1 vis page_index,1
} }
}
sendme sendme
Variable (string) lastclick Variable (string) lastclick

View File

@@ -20,6 +20,9 @@ Page buttonpage03
vis 255,0 vis 255,0
vis button_back,1 vis button_back,1
vis page_label,1 vis page_label,1
sys0=is_buttonpage01+is_buttonpage02+is_buttonpage03+is_buttonpage04
if(sys0>1)
{
if(is_buttonpage01==1) if(is_buttonpage01==1)
{ {
page_index.txt+="â—‹" page_index.txt+="â—‹"
@@ -35,6 +38,7 @@ Page buttonpage03
} }
vis page_index,1 vis page_index,1
} }
}
sendme sendme
Variable (string) lastclick Variable (string) lastclick

View File

@@ -20,6 +20,9 @@ Page buttonpage04
vis 255,0 vis 255,0
vis button_back,1 vis button_back,1
vis page_label,1 vis page_label,1
sys0=is_buttonpage01+is_buttonpage02+is_buttonpage03+is_buttonpage04
if(sys0>1)
{
if(is_buttonpage01==1) if(is_buttonpage01==1)
{ {
page_index.txt+="â—‹" page_index.txt+="â—‹"
@@ -35,6 +38,7 @@ Page buttonpage04
page_index.txt+="●" page_index.txt+="●"
vis page_index,1 vis page_index,1
} }
}
sendme sendme
Variable (string) lastclick Variable (string) lastclick

View File

@@ -17,6 +17,9 @@ Page entitypage01
page home page home
} }
vis unavailable,0 vis unavailable,0
sys0=is_entitypage01+is_entitypage02+is_entitypage03+is_entitypage04
if(sys0>1)
{
page_index.txt+="●" page_index.txt+="●"
if(is_entitypage02==1) if(is_entitypage02==1)
{ {
@@ -30,6 +33,10 @@ Page entitypage01
{ {
page_index.txt+="â—‹" page_index.txt+="â—‹"
} }
}else
{
vis page_index,0
}
sendme sendme
Text value01_label Text value01_label

View File

@@ -17,6 +17,9 @@ Page entitypage02
page home page home
} }
vis unavailable,0 vis unavailable,0
sys0=is_entitypage01+is_entitypage02+is_entitypage03+is_entitypage04
if(sys0>1)
{
if(is_entitypage01==1) if(is_entitypage01==1)
{ {
page_index.txt+="â—‹" page_index.txt+="â—‹"
@@ -30,6 +33,10 @@ Page entitypage02
{ {
page_index.txt+="â—‹" page_index.txt+="â—‹"
} }
}else
{
vis page_index,0
}
sendme sendme
Text value01_label Text value01_label

View File

@@ -17,6 +17,9 @@ Page entitypage03
page home page home
} }
vis unavailable,0 vis unavailable,0
sys0=is_entitypage01+is_entitypage02+is_entitypage03+is_entitypage04
if(sys0>1)
{
if(is_entitypage01==1) if(is_entitypage01==1)
{ {
page_index.txt+="â—‹" page_index.txt+="â—‹"
@@ -30,6 +33,10 @@ Page entitypage03
{ {
page_index.txt+="â—‹" page_index.txt+="â—‹"
} }
}else
{
vis page_index,0
}
sendme sendme
Text value01_label Text value01_label
@@ -122,7 +129,7 @@ Text value08_label
Text : Text :
Max. Text Size : 60 Max. Text Size : 60
Text value01_pic Text value01_icon
Attributes Attributes
ID : 12 ID : 12
Scope : local Scope : local

View File

@@ -17,6 +17,9 @@ Page entitypage04
page home page home
} }
vis unavailable,0 vis unavailable,0
sys0=is_entitypage01+is_entitypage02+is_entitypage03+is_entitypage04
if(sys0>1)
{
if(is_entitypage01==1) if(is_entitypage01==1)
{ {
page_index.txt+="â—‹" page_index.txt+="â—‹"
@@ -30,6 +33,10 @@ Page entitypage04
page_index.txt+="â—‹" page_index.txt+="â—‹"
} }
page_index.txt+="●" page_index.txt+="●"
}else
{
vis page_index,0
}
sendme sendme
Text value01_label Text value01_label

View File

@@ -111,7 +111,7 @@ Text home_label
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
Associated Keyboard: none Associated Keyboard: none
Text : Home Text :
Max. Text Size : 10 Max. Text Size : 10
Text home Text home
@@ -151,7 +151,7 @@ Text grid_label
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
Associated Keyboard: none Associated Keyboard: none
Text : Grid Text :
Max. Text Size : 10 Max. Text Size : 10
Text grid Text grid
@@ -191,7 +191,7 @@ Text group01_label
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
Associated Keyboard: none Associated Keyboard: none
Text : Label Text :
Max. Text Size : 10 Max. Text Size : 10
Text group01 Text group01
@@ -231,7 +231,7 @@ Text group02_label
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
Associated Keyboard: none Associated Keyboard: none
Text : Label Text :
Max. Text Size : 10 Max. Text Size : 10
Text group02 Text group02
@@ -271,7 +271,7 @@ Text group03_label
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
Associated Keyboard: none Associated Keyboard: none
Text : Label Text :
Max. Text Size : 10 Max. Text Size : 10
Text group03 Text group03
@@ -311,7 +311,7 @@ Text group04_label
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
Associated Keyboard: none Associated Keyboard: none
Text : Label Text :
Max. Text Size : 10 Max. Text Size : 10
Text group04 Text group04
@@ -351,7 +351,7 @@ Text group05_label
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
Associated Keyboard: none Associated Keyboard: none
Text : Label Text :
Max. Text Size : 10 Max. Text Size : 10
Text group05 Text group05
@@ -391,7 +391,7 @@ Text group06_label
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
Associated Keyboard: none Associated Keyboard: none
Text : Label Text :
Max. Text Size : 10 Max. Text Size : 10
Text group06 Text group06

Binary file not shown.

Binary file not shown.

Binary file not shown.