File tree Expand file tree Collapse file tree
PyGamer_Improved_Thermal_Camera Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -493,11 +493,15 @@ def move_buttons(joystick=False): # Read position buttons and joystick
493493 print (f" define displayio: { (t1 - t0 ):6.3f} sec" )
494494 print (f" startup free memory: { fm1 / 1000 :6.3} Kb" )
495495 print ("" )
496- print (f" 1) data acquisition: { (t4 - t2 ):6.3f} rate: { (1 / (t4 - t2 )):5.1f} /sec" )
496+ print (
497+ f" 1) data acquisition: { (t4 - t2 ):6.3f} rate: { (1 / (t4 - t2 )):5.1f} /sec"
498+ )
497499 print (f" 2) display stats: { (t5 - t4 ):6.3f} " )
498500 print (f" 3) interpolate: { (t6 - t5 ):6.3f} " )
499501 print (f" 4) display image: { (t7 - t6 ):6.3f} " )
500502 print (f" =======" )
501- print (f"total frame: { (t7 - t2 ):6.3f} sec rate: { (1 / (t7 - t2 )):5.1f} /sec" )
503+ print (
504+ f"total frame: { (t7 - t2 ):6.3f} sec rate: { (1 / (t7 - t2 )):5.1f} /sec"
505+ )
502506 print (f" free memory: { fm7 / 1000 :6.3} Kb" )
503507 print ("" )
You can’t perform that action at this time.
0 commit comments