MicrOS
vga_color_with_blink Struct Reference

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...
 

Detailed Description

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.

Member Data Documentation

◆ background

unsigned char vga_color_with_blink::background

Color of background.

◆ blikning

unsigned char vga_color_with_blink::blikning

Flag for enable blinking.

◆ letter

unsigned char vga_color_with_blink::letter

Color of letter.


The documentation for this struct was generated from the following file: