Here's an example using Ivan's Screen component.
If you are interested, here is the complete circuit.
hack+screen.zipThis circuit is for Classic
Logisim; warranty void if used with other versions of Logisim.
Don't worry, there are no spoilers in this circuit that will help you designing your Nand2Tetris HDL. 8^)
(I'll hoist a beer in your honor if you can tell me how the instruction decoder works!)
The ROM comes preloaded with the program to draw the spiral. There's another program that draws a large X. DrawXX.lsbin is its ROM image.
Pixel operations are rather slow. The program requires just shy of 300,000 instructions to draw the spiral to fill the Screen vertically (at about 120 ips on my slow home PC.)
--Mark