DMCP interface 03.15_021
Loading...
Searching...
No Matches
Message Box

Message box. More...

Functions

void msg_box (disp_stat_t *ds, const char *txt, int inv)
 Display message box.
 

Detailed Description

Message box.

Function Documentation

◆ msg_box()

void msg_box ( disp_stat_t * ds,
const char * txt,
int inv )

Display message box.

Parameters
dsDisplay state
txtText
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.