The following code:

// Draw a black background.
background(255);

should say:

// Draw a white background.
background(255);