Embed presentation
Download to read offline









A frame buffer is a portion of random-access memory that contains a bitmap that drives a video display. It stores color values for every pixel to be shown. The frame buffer is a large, contiguous piece of memory with at minimum one bit per pixel, called a bit plane. A picture is built up in the frame buffer one bit at a time. Raster scan displays store picture definition in a memory area called the frame buffer, which holds intensity values for all screen points.








