This tool allows a person to import a text file that contains image data (in this format) and to draw it in pen onto the screen. Instructions to design your own list for this tool is included inside the project! To-do: +New format! Line 1 would have width of design, and line 2 would . . . . have size of dots for the design which could be overruled. +Color coding! 1-9 and other characters could be used to make this . . tool colorful, and soon be able to generate full color images! +SUGGEST TO-DO's IN THE COMMENTS!
Formula to center image (with 0,0 as reference): S: Desired pen dot size (1 is way to small for any small images!) X: -(S*length of longest item/line in list)/2 Y: (S*number of items in list)/2 To center an image in reference to a desired point, add the coordinate (subtract if it is a negative coordinate number) for X and Y and the image will be centered on the desired point.