You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The simpletest example here: imageload_simpletest.py does not actually show any thing on the screen. The example creates an image but then doesn't prove it's existence in any way to the user (i.e. show it on the screen)
From a new users perspective it's going to seem like "nothing happened"
It should get updated to add the image to the screen and have a main loop to keep it showing until stopped.
The text was updated successfully, but these errors were encountered:
The simpletest example here: imageload_simpletest.py does not actually show any thing on the screen. The example creates an image but then doesn't prove it's existence in any way to the user (i.e. show it on the screen)
From a new users perspective it's going to seem like "nothing happened"
It should get updated to add the image to the screen and have a main loop to keep it showing until stopped.
The text was updated successfully, but these errors were encountered: