TEXTDISPLAY_Config_t Struct Reference
[Textdisplay]

Initialization data structure for text display devices. More...

#include <textdisplay.h>

Collaboration diagram for TEXTDISPLAY_Config_t:
Collaboration graph
[legend]

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.

Detailed Description

Initialization data structure for text display devices.

Definition at line 73 of file textdisplay.h.


Field Documentation

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().


The documentation for this struct was generated from the following file: