Initialization data structure for text display devices. More...
#include <textdisplay.h>
Data Fields | |
int | displayDeviceNo |
Display device number to initialize test display on. | |
bool | scrollEnable |
Enable/disable scrolling mode on the text display. | |
bool | lfToCrLf |
Enable or disable LF to CR+LF conversion. |
Initialization data structure for text display devices.
Definition at line 73 of file textdisplay.h.
Display device number to initialize test display on.
Definition at line 75 of file textdisplay.h.
Referenced by RETARGET_TextDisplayInit(), and TEXTDISPLAY_New().
Enable or disable LF to CR+LF conversion.
Definition at line 82 of file textdisplay.h.
Referenced by RETARGET_TextDisplayInit(), and TEXTDISPLAY_New().
Enable/disable scrolling mode on the text display.
Scrolling mode will consume more memory because the lines will have to be stored in memory.
Definition at line 77 of file textdisplay.h.
Referenced by RETARGET_TextDisplayInit(), and TEXTDISPLAY_New().