DMCP interface
03.15_020
|
Message box. More...
Functions | |
void | msg_box (disp_stat_t *ds, const char *txt, int inv) |
Display message box. More... | |
Message box.
void msg_box | ( | disp_stat_t * | ds, |
const char * | txt, | ||
int | inv | ||
) |
Display message box.
ds | Display state |
txt | Text |
inv | (0/1) 1 - display inverted text |
Displays text surrounded by box. Waits for key press.
Text is broken into separate lines so it fits on LCD. Newline '\n' characters are honored and line-breaks are are done at their places.