Skip to content

Commit

Permalink
Bump Nextion Editor to v1.67.1
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardtfn committed Sep 5, 2024
1 parent 678b861 commit 90b0498
Show file tree
Hide file tree
Showing 19 changed files with 36 additions and 18 deletions.
9 changes: 6 additions & 3 deletions hmi/dev/nspanel_CJK_eu_code/home.txt
Original file line number Diff line number Diff line change
Expand Up @@ -695,11 +695,14 @@ Picture weather

Events
Touch Press Event
click_comp.txt="weather"
click_timer.en=1
if(weather.pic!=1)
{
click_comp.txt="weather"
click_timer.en=1
}

Touch Release Event
if(click_timer.en==1)
if(click_timer.en==1&&weather.pic!=1)
{
click_timer.en=0
lastclick.txt="{\"page\": \"home\", \"event\": \"short_click\", \"component\": \""+click_comp.txt+"\"}"
Expand Down
9 changes: 6 additions & 3 deletions hmi/dev/nspanel_CJK_us_code/home.txt
Original file line number Diff line number Diff line change
Expand Up @@ -695,11 +695,14 @@ Picture weather

Events
Touch Press Event
click_comp.txt="weather"
click_timer.en=1
if(weather.pic!=1)
{
click_comp.txt="weather"
click_timer.en=1
}

Touch Release Event
if(click_timer.en==1)
if(click_timer.en==1&&weather.pic!=1)
{
click_timer.en=0
lastclick.txt="{\"page\": \"home\", \"event\": \"short_click\", \"component\": \""+click_comp.txt+"\"}"
Expand Down
9 changes: 6 additions & 3 deletions hmi/dev/nspanel_CJK_us_land_code/home.txt
Original file line number Diff line number Diff line change
Expand Up @@ -695,11 +695,14 @@ Picture weather

Events
Touch Press Event
click_comp.txt="weather"
click_timer.en=1
if(weather.pic!=1)
{
click_comp.txt="weather"
click_timer.en=1
}

Touch Release Event
if(click_timer.en==1)
if(click_timer.en==1&&weather.pic!=1)
{
click_timer.en=0
lastclick.txt="{\"page\": \"home\", \"event\": \"short_click\", \"component\": \""+click_comp.txt+"\"}"
Expand Down
9 changes: 6 additions & 3 deletions hmi/dev/nspanel_eu_code/home.txt
Original file line number Diff line number Diff line change
Expand Up @@ -695,11 +695,14 @@ Picture weather

Events
Touch Press Event
click_comp.txt="weather"
click_timer.en=1
if(weather.pic!=1)
{
click_comp.txt="weather"
click_timer.en=1
}

Touch Release Event
if(click_timer.en==1)
if(click_timer.en==1&&weather.pic!=1)
{
click_timer.en=0
lastclick.txt="{\"page\": \"home\", \"event\": \"short_click\", \"component\": \""+click_comp.txt+"\"}"
Expand Down
Loading

0 comments on commit 90b0498

Please sign in to comment.