Image noise: Difference between revisions

→‎{{header|Axe}}: Fixed FPS bug
(→‎{{header|Axe}}: Moved key flushing to avoid interfering with FPS, and added info about response time)
(→‎{{header|Axe}}: Fixed FPS bug)
Line 240:
 
=={{header|Axe}}==
{{improve|Axe|The FPS counter acts strange when the number of frames (F) exceeds (65535/108).}}
 
Note that since the calculator's screen is 96x64, this example uses those dimensions instead of 320x240.
 
Line 268 ⟶ 266:
NOISE()
F++
.Reset the FPS counter before it overflows
F>606?0→F→N
Text(0,0,F*108/N▶Dec)
DispGraph
Anonymous user