MicrOS
|
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... | |
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.
vga_character screen_char::character |
Struct contains ASCII code and color data.
uint16_t screen_char::value |
16 bit value of field.