MicrOS
micros_generic_vga.h
Go to the documentation of this file.
1 #ifndef MICROS_GENERIC_VGA_H
2 #define MICROS_GENERIC_VGA_H
3 
4 #include <stdbool.h>
5 #include "micros_interrupts.h"
6 
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 
12 
17 
19 
24 
26 
31 
32 #ifdef __cplusplus
33 }
34 #endif
35 
36 #endif
bool micros_generic_vga_is_text_mode()
Checks if the currently selected VGA mode is text mode.
Definition: micros_generic_vga.c:8
uint16_t micros_generic_vga_get_current_video_mode()
Returns number of the currently selected VGA mode.
Definition: micros_generic_vga.c:13
void micros_generic_vga_set_video_mode(uint16_t mode)
Sets VGA video mode.
Definition: micros_generic_vga.c:3
static char mode
Definition: vga_gmode.c:20