redesign thermostat page (add nextion2text)

This commit is contained in:
joBr99
2022-05-07 23:31:13 +00:00
committed by github-actions[bot]
parent f042ff662e
commit 3bfc0c86f2
17 changed files with 1321 additions and 645 deletions

View File

@@ -647,7 +647,7 @@ Timer tmSpinner
Events
Timer Event
xpic mSpinner.x,mSpinner.y,spinner_w.val,140,frame_ptr.val,0,11 // draw the current frame
xpic mSpinner.x,mSpinner.y,spinner_w.val,140,frame_ptr.val,0,9 // draw the current frame
frame_ptr.val+=spinner_w.val%frapic_w.val // advance the pointer to the next frame in the pic resource and roll over at the end
doevents // finish drawing before next timer event triggers
if(frame_ptr.val==1820)