MicrOS
vga_character Struct Reference

Struct that define one character. More...

#include <vga.h>

Public Attributes

unsigned char ascii_code
 ASCII code of letter. More...
 
vga_color color
 Color of letter and background. In blinking mode also include blinking flag. More...
 

Detailed Description

Struct that define one character.

Contains code of letter and it's color.

Member Data Documentation

◆ ascii_code

unsigned char vga_character::ascii_code

ASCII code of letter.

◆ color

vga_color vga_character::color

Color of letter and background. In blinking mode also include blinking flag.


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