change media page steps (add nextion2text)

This commit is contained in:
joBr99
2022-05-13 22:18:52 +00:00
committed by github-actions[bot]
parent 0f7e7d7d68
commit 9d2ea7c13e
9 changed files with 69 additions and 51 deletions

View File

@@ -475,7 +475,7 @@ Text t1
Events
Touch Press Event
hVolume.val=hVolume.val-5
hVolume.val=hVolume.val-1
// event,buttonPress2,internalNameEntity,volumeSlider,50
//craft command
tSend.txt="event,buttonPress2,"+entn.txt+",volumeSlider,"
@@ -525,7 +525,7 @@ Text t3
Events
Touch Press Event
hVolume.val=hVolume.val+5
hVolume.val=hVolume.val+1
// event,buttonPress2,internalNameEntity,volumeSlider,50
//craft command
tSend.txt="event,buttonPress2,"+entn.txt+",volumeSlider,"

View File

@@ -18,10 +18,6 @@ popupShutter
20 Component(s)
193 Line(s) of event code
109 Unique line(s) of event code
cardMedia
33 Component(s)
346 Line(s) of event code
177 Unique line(s) of event code
pageStartup
19 Component(s)
150 Line(s) of event code
@@ -34,6 +30,10 @@ cardAlarm
38 Component(s)
360 Line(s) of event code
222 Unique line(s) of event code
cardMedia
33 Component(s)
346 Line(s) of event code
177 Unique line(s) of event code
popupLight
27 Component(s)
341 Line(s) of event code