20 VGA_COLOR_MAGENTA = 5,
22 VGA_COLOR_LIGHT_GREY = 7,
23 VGA_COLOR_DARK_GREY = 8,
24 VGA_COLOR_LIGHT_BLUE = 9,
25 VGA_COLOR_LIGHT_GREEN = 10,
26 VGA_COLOR_LIGHT_CYAN = 11,
27 VGA_COLOR_LIGHT_RED = 12,
28 VGA_COLOR_LIGHT_MAGENTA = 13,
29 VGA_COLOR_LIGHT_BROWN = 14,
33uint8_t vgaEntryColor(
enum VGAColor fg,
enum VGAColor bg);
35uint16_t vgaEntry(uint8_t uc, uint8_t color);
Common definitions for C programs.
Fixed-width integer types.