MicrOS
screen_char Union Reference

Define one character on screen. More...

#include <vga.h>

Public Attributes

uint16_t value
 16 bit value of field. More...
 
vga_character character
 Struct contains ASCII code and color data. More...
 

Detailed Description

Define one character on screen.

Union contains 16 bit value of field (which include ASCII letter and color data) and vga_character strunc that allow to access letter and color separately. Table of then can define whole screen.

Member Data Documentation

◆ character

vga_character screen_char::character

Struct contains ASCII code and color data.

◆ value

uint16_t screen_char::value

16 bit value of field.


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