Method | Description | |
---|---|---|
AddText ( string lcd, string vfdUpper, string vfdLower ) : void | ||
AddText ( string lcd, string vfdUpper, string vfdLower, int delay ) : void | ||
DisplayHandler ( iMon.DisplayApi.iMonWrapperApi imon ) : System | ||
HideAllIcons ( ) : void | ||
SetIcon ( iMonLcdIcons icon, bool show ) : void | ||
SetIcons ( IEnumerable |
||
SetProgress ( System.TimeSpan position, System.TimeSpan total ) : void | ||
SetProgress ( int position, int total ) : void | ||
SetText ( string text ) : void | ||
SetText ( string text, int delay ) : void | ||
SetText ( string lcd, string vfdUpper, string vfdLower ) : void | ||
SetText ( string lcd, string vfdUpper, string vfdLower, int delay ) : void |
Method | Description | |
---|---|---|
OnDoWork ( |
Method | Description | |
---|---|---|
display ( Text text ) : void | ||
lcdScrollFinished ( object sender, |
||
stateChanged ( object sender, iMon.DisplayApi.iMonStateChangedEventArgs e ) : void | ||
update ( ) : void |
public AddText ( string lcd, string vfdUpper, string vfdLower ) : void | ||
lcd | string | |
vfdUpper | string | |
vfdLower | string | |
return | void |
public AddText ( string lcd, string vfdUpper, string vfdLower, int delay ) : void | ||
lcd | string | |
vfdUpper | string | |
vfdLower | string | |
delay | int | |
return | void |
public DisplayHandler ( iMon.DisplayApi.iMonWrapperApi imon ) : System | ||
imon | iMon.DisplayApi.iMonWrapperApi | |
return | System |
protected OnDoWork ( |
||
e | ||
return | void |
public SetIcon ( iMonLcdIcons icon, bool show ) : void | ||
icon | iMonLcdIcons | |
show | bool | |
return | void |
public SetIcons ( IEnumerable |
||
iconList | IEnumerable |
|
show | bool | |
return | void |
public SetProgress ( System.TimeSpan position, System.TimeSpan total ) : void | ||
position | System.TimeSpan | |
total | System.TimeSpan | |
return | void |
public SetProgress ( int position, int total ) : void | ||
position | int | |
total | int | |
return | void |
public SetText ( string text, int delay ) : void | ||
text | string | |
delay | int | |
return | void |
public SetText ( string lcd, string vfdUpper, string vfdLower ) : void | ||
lcd | string | |
vfdUpper | string | |
vfdLower | string | |
return | void |
public SetText ( string lcd, string vfdUpper, string vfdLower, int delay ) : void | ||
lcd | string | |
vfdUpper | string | |
vfdLower | string | |
delay | int | |
return | void |