MicrOS
vga_color_without_blink Struct Reference

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

Detailed Description

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.

Member Data Documentation

◆ background

unsigned char vga_color_without_blink::background

Color of background.

◆ letter

unsigned char vga_color_without_blink::letter

Color of letter.


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