Lab 5
Functions
video_test

Functions

void video_dump_fb ()
 Dumps the contents of the frame buffer to a file. More...
 

Detailed Description

Functions for grading the video graphics lab.

Must be included in all your source files of this lab.

Function Documentation

◆ video_dump_fb()

void video_dump_fb ( )

Dumps the contents of the frame buffer to a file.

It should be called whenever a snapshot of the frame buffer is desired

XXX Works only for video mode 0x105

Returns
zero on success, non-zero otherwise