Its what you get when you set the color of each pixel to X*Y MOD 255
Try offsetting x and y so that the design is centered in the middle of the screen. You are only drawing the botttom-right quarter of the design
Actually I used a rather different equation involving a pixel 'frequency' (I was initially trying to make a black-and-white pixel gradient) but its cool that there's a simpler way!