libdragon
|
Console Support. More...
#include "display.h"
Go to the source code of this file.
Defines | |
#define | TAB_WIDTH 5 |
Tab width. | |
Console Render Modes | |
Modes for rendering the console to the screen | |
#define | RENDER_MANUAL 0 |
Manual Rendering. | |
#define | RENDER_AUTOMATIC 1 |
Automatic Rendering. | |
Console Dimensions | |
#define | CONSOLE_WIDTH 35 |
The console width in characters. | |
#define | CONSOLE_HEIGHT 25 |
The console height in characters. | |
Functions | |
void | console_init () |
Initialize the console. | |
void | console_close () |
Close the console. | |
void | console_set_render_mode (int mode) |
Set the console rendering mode. | |
void | console_clear () |
Clear the console. | |
void | console_render () |
Render the console. |
Console Support.