MicrOS
|
Color of one character without blinking bit. More...
#include <vga.h>
Public Attributes | |
unsigned char | letter: 4 |
Color of letter. More... | |
unsigned char | background: 4 |
Color of background. More... | |
Color of one character without blinking bit.
Defines color of one letter and it's background in non blinking mode. Struct contains 4 bits of letter color, 4 bits of background color.
unsigned char vga_color_without_blink::background |
Color of background.
unsigned char vga_color_without_blink::letter |
Color of letter.