From d98828d08eb1f6c1394f38a1df69c73fef0cfefa Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Sun, 17 May 2015 19:43:59 +0200 Subject: working on vt52 and some cleanup --- xxx/inactive/console.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 xxx/inactive/console.h (limited to 'xxx/inactive/console.h') diff --git a/xxx/inactive/console.h b/xxx/inactive/console.h new file mode 100644 index 0000000..a153968 --- /dev/null +++ b/xxx/inactive/console.h @@ -0,0 +1,20 @@ +/* +#ifndef CONSOLE_H +#define CONSOLE_H + +#include + +uint32_t console_init(); +void console_put_char(uint8_t c,uint8_t color, uint32_t x, uint32_t y); +void console_put_char_white(char); +void console_put_char_red(char); +void console_put_char_green(char); +void console_put_char_gray(char); +void console_put_str_white(char *); +void console_put_str_red(char *); +void console_put_str_green(char *); +void console_put_str_gray(char *); +void console_del_char(); + +#endif +*/ -- cgit v1.2.3