sync US-P (add nextion2text)

This commit is contained in:
joBr99
2022-05-21 06:19:27 +00:00
committed by github-actions[bot]
parent 71b973d121
commit deb19a8b75
8 changed files with 53 additions and 71 deletions

View File

@@ -351,7 +351,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)