User Manual

17-23
(b) Example: show_screen inside of a py script loop statement (display of each draw
operation)
from casioplot import *
for i in range(60):
set_pixel(i,i)
show_screen()
Note: The currently displayed drawing screen is refreshed after execution of the py script is
complete.
To return to the SHELL screen from the drawing screen u
Press J, A, or !J(QUIT).
Note: The display will change from the drawing screen to the SHELL screen if any one of the
events below occurs during py script execution.
Execution of -
input
Generation of an error -
Pressing of - A
Drawing Screen Content Clear Timing u
Drawing screen contents are cleared at the timing below.
When SHELL is initialized (page 17-17) -