GrayDraw is currently a very simple grayscale drawing program. You just input the name of the file to open and if it doesn't exist, it is created, otherwise, it is used. Note that this version does not check if the var is archived or not and it won't check if it is the right size (in case the var already existed).
You can do some simple drawing in 4-level gray that works best on models with 15MHz.
I might end up adding the ability to draw other shapes such as lines, rectangles, and circles, in the future.
I should also add in error checking
In any event, it looks better on a real calc than it does in the screenie, but I have this one anyway
EDIT: Uploaded correct version