MicrOS
|
Color of one character with blinking bit. More...
#include <vga.h>
Public Attributes | |
unsigned char | letter: 4 |
Color of letter. More... | |
unsigned char | background: 3 |
Color of background. More... | |
unsigned char | blikning: 1 |
Flag for enable blinking. More... | |
Color of one character with blinking bit.
Defines color of one letter and it's background in blinking mode. Struct contains 4 bits of letter color, 3 bits of background color and 1 bit for indication of blinking character.
unsigned char vga_color_with_blink::background |
Color of background.
unsigned char vga_color_with_blink::blikning |
Flag for enable blinking.
unsigned char vga_color_with_blink::letter |
Color of letter.