diff --git a/HMI/code_gen/pages/shared.py b/HMI/code_gen/pages/shared.py index 9a42b21e..b75884c8 100644 --- a/HMI/code_gen/pages/shared.py +++ b/HMI/code_gen/pages/shared.py @@ -197,4 +197,9 @@ navigation = """ tsw mSwipeNext,1 bNext.txt="" } + if(tTmp.txt=="2") + { + vis bNext,1 + bNext.txt="" + } """ \ No newline at end of file diff --git a/HMI/nspanel.HMI b/HMI/nspanel.HMI index fead9ba1..76e9b2c5 100644 Binary files a/HMI/nspanel.HMI and b/HMI/nspanel.HMI differ diff --git a/HMI/nspanel.tft b/HMI/nspanel.tft index 38cdd368..c6df17bb 100644 Binary files a/HMI/nspanel.tft and b/HMI/nspanel.tft differ