TEXTDISPLAY_Config_t Struct ReferenceKit Drivers > Textdisplay

Initialization data structure for text display devices.

Definition at line 69 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 70 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 77 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 72 of file textdisplay.h .

Referenced by RETARGET_TextDisplayInit() , and TEXTDISPLAY_New() .


The documentation for this struct was generated from the following file:
  • C:/repos/super_h1/hardware/kit/common/drivers/ textdisplay.h