|
TacOS
0.2
|
#include <vga_modes.h>
Champs de données | |
| int | width |
| int | height |
| int | bpp |
| bool | graphic |
| unsigned char * | reg_values |
Describes a VGA mode
| int mode::bpp |
Bytes per pixel (in memory)
| bool mode::graphic |
Text mode (false) or graphic mode (true)
| int mode::height |
Screen height
| unsigned char* mode::reg_values |
Values to be written in the registers
| int mode::width |
Screen width
1.8.7