EFM32 Happy Gecko Software Documentation
efm32hg-doc-5.1.2
|
Initialization data structure for text display devices.
Definition at line 71 of file textdisplay.h.
#include <textdisplay.h>
Data Fields | |
int | displayDeviceNo |
bool | lfToCrLf |
bool | scrollEnable |
int TEXTDISPLAY_Config_t::displayDeviceNo |
Display device number to initialize test display on.
Definition at line 73 of file textdisplay.h.
Referenced by RETARGET_TextDisplayInit(), and TEXTDISPLAY_New().
bool TEXTDISPLAY_Config_t::lfToCrLf |
Enable or disable LF to CR+LF conversion.
Definition at line 80 of file textdisplay.h.
Referenced by RETARGET_TextDisplayInit(), and TEXTDISPLAY_New().
bool TEXTDISPLAY_Config_t::scrollEnable |
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 75 of file textdisplay.h.
Referenced by RETARGET_TextDisplayInit(), and TEXTDISPLAY_New().