TEXTDISPLAY_Config_t Struct Reference
Initialization data structure for text display devices.
Definition at line
82
of file
textdisplay.h
.
#include <
textdisplay.h
>
Data Fields |
|
int | displayDeviceNo |
bool | lfToCrLf |
bool | scrollEnable |
Field Documentation
int TEXTDISPLAY_Config_t::displayDeviceNo |
Display device number to initialize test display on.
Definition at line
83
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
90
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
85
of file
textdisplay.h
.
Referenced by RETARGET_TextDisplayInit() , and TEXTDISPLAY_New() .
The documentation for this struct was generated from the following file:
-
C:/HandsOn/super/hardware/kit/common/drivers/
textdisplay.h