![]() |
RTEMS 6.1
|
displaying characters on the console More...
#include <bsp.h>#include <bsp/vc.h>#include <bsp/rpi-fb.h>#include <rtems/fb.h>#include <stdlib.h>#include <string.h>#include "font_data.h"Macros | |
| #define | TAB_SPACE 4 |
| #define | CONSOLE_BG_COL 0x00 |
| #define | CONSOLE_FG_COL 0xa0 |
| #define | ESC ( (char) 27 ) |
| #define | BLANK ( (char) 0x7f ) |
| #define | DONE ( -1 ) |
Functions | |
| void | rpi_fb_outch (char c) |
| void | rpi_video_init (void) |
| int | rpi_video_is_initialized (void) |
| void | gotoxy (int x, int y) |
| int | whereX (void) |
| int | whereY (void) |
displaying characters on the console