Use of an off-screen buffer

Will use an off-screen bitmap buffer to improve the speed of the program.

Will draw on an off-screen bitmap buffer in memory.

Will call function named blit to copy image from the buffer to the screen very quickly.

Will use this technique for most of the programs that produce screen graphics in future lessons in this series.