diff --git a/HMI/code_gen/pages/cardPower.py b/HMI/code_gen/pages/cardPower.py index a77c639a..3dfad24a 100644 --- a/HMI/code_gen/pages/cardPower.py +++ b/HMI/code_gen/pages/cardPower.py @@ -16,7 +16,7 @@ head = sharedhead + """ print(head) start = 6 for i in range(0,6): - idxstart = start + (i)*5 + idxstart = start + (i)*4 item = f""" // iconColor spstr strCommand.txt,tTmp.txt,"~",{idxstart} diff --git a/HMI/nspanel.HMI b/HMI/nspanel.HMI index 8b0a9ba8..2bfddd7a 100644 Binary files a/HMI/nspanel.HMI and b/HMI/nspanel.HMI differ diff --git a/HMI/nspanel.tft b/HMI/nspanel.tft index e671becd..b6818882 100644 Binary files a/HMI/nspanel.tft and b/HMI/nspanel.tft differ