Note: fill_screen() and invert() both direct here as they are macros that make the calls fill(0) and fill(2) respectively.
Fill the screen with the specified color. The macros clear_screen() and invert() call this function with the correct color.
fill(color)