libdragon
|
Console Support. More...
Macros | |
#define | CONSOLE_SIZE ((sizeof(char) * CONSOLE_WIDTH * CONSOLE_HEIGHT) + sizeof(char)) |
Size of the console buffer in bytes. | |
#define | move_buffer() |
Macro to move the console up one line. | |
Functions | |
void | console_set_render_mode (int mode) |
Set the console rendering mode. | |
void | console_init () |
Initialize the console. | |
void | console_close () |
Close the console. | |
void | console_clear () |
Clear the console. | |
void | console_render () |
Render the console. | |
void | console_set_debug (bool debug) |
Send console output to debug channel. | |
Console Support.
#define move_buffer | ( | ) |
Macro to move the console up one line.