메소드 | 설명 | |
---|---|---|
Clear ( ) : void |
Clears the display.
|
|
Close ( ) : void |
Closes this instance.
|
|
Hd44780LcdConnection ( Raspberry.IO.Components.Displays.Hd44780.Hd44780LcdConnectionSettings settings, Raspberry.IO.Components.Displays.Hd44780.Hd44780Pins pins ) : System |
Initializes a new instance of the Hd44780LcdConnection class.
|
|
Hd44780LcdConnection ( IOutputBinaryPin registerSelectPin, IOutputBinaryPin clockPin ) : System |
Initializes a new instance of the Hd44780LcdConnection class.
|
|
Hd44780LcdConnection ( IOutputBinaryPin registerSelectPin, IOutputBinaryPin clockPin, IEnumerable |
Initializes a new instance of the Hd44780LcdConnection class.
|
|
Home ( ) : void |
Set cursor to top left corner.
|
|
Move ( int offset ) : void |
Moves the cursor of the specified offset.
|
|
SetCursorPosition ( |
Moves the cursor to the specified row and column
|
|
SetCustomCharacter ( byte character, byte pattern ) : void |
Sets the custom character.
|
|
Write ( object value, System.TimeSpan animationDelay = newTimeSpan() ) : void |
Writes the specified value.
|
|
Write ( string format ) : void |
Writes the specified format.
|
|
Write ( string format, System.TimeSpan animationDelay ) : void |
Writes the specified format.
|
|
WriteLine ( object value, System.TimeSpan animationDelay = newTimeSpan() ) : void |
Writes the line.
|
|
WriteLine ( string format ) : void |
Writes the line.
|
|
WriteLine ( string text, System.TimeSpan animationDelay = newTimeSpan() ) : void |
Writes the line.
|
메소드 | 설명 | |
---|---|---|
GetLcdAddressLocation ( int row ) : int |
Returns the Lcd Address for the given row http://www.mikroe.com/forum/viewtopic.php?t=5149 |
|
IDisposable ( ) : void | ||
Set5x10CustomCharacter ( byte character, byte pattern ) : void | ||
Set5x8CustomCharacter ( byte character, byte pattern ) : void | ||
Synchronize ( ) : void | ||
WriteByte ( int bits, bool charMode ) : void | ||
WriteByte4Pins ( int bits, bool charMode ) : void | ||
WriteCommand ( Command command, int parameter ) : void |
public Hd44780LcdConnection ( Raspberry.IO.Components.Displays.Hd44780.Hd44780LcdConnectionSettings settings, Raspberry.IO.Components.Displays.Hd44780.Hd44780Pins pins ) : System | ||
settings | Raspberry.IO.Components.Displays.Hd44780.Hd44780LcdConnectionSettings | The settings. |
pins | Raspberry.IO.Components.Displays.Hd44780.Hd44780Pins | The pins. |
리턴 | System |
public Hd44780LcdConnection ( IOutputBinaryPin registerSelectPin, IOutputBinaryPin clockPin ) : System | ||
registerSelectPin | IOutputBinaryPin | The register select pin. |
clockPin | IOutputBinaryPin | The clock pin. |
리턴 | System |
public Hd44780LcdConnection ( IOutputBinaryPin registerSelectPin, IOutputBinaryPin clockPin, IEnumerable |
||
registerSelectPin | IOutputBinaryPin | The register select pin. |
clockPin | IOutputBinaryPin | The clock pin. |
dataPins | IEnumerable |
The data pins. |
리턴 | System |
public SetCursorPosition ( |
||
position | The position. | |
리턴 | void |
public SetCustomCharacter ( byte character, byte pattern ) : void | ||
character | byte | The character. |
pattern | byte | The pattern. |
리턴 | void |
public Write ( object value, System.TimeSpan animationDelay = newTimeSpan() ) : void | ||
value | object | The value. |
animationDelay | System.TimeSpan | The animation delay. |
리턴 | void |
public Write ( string format, System.TimeSpan animationDelay ) : void | ||
format | string | The format. |
animationDelay | System.TimeSpan | The animation delay. |
리턴 | void |
public WriteLine ( object value, System.TimeSpan animationDelay = newTimeSpan() ) : void | ||
value | object | The value. |
animationDelay | System.TimeSpan | The animation delay. |
리턴 | void |
public WriteLine ( string text, System.TimeSpan animationDelay = newTimeSpan() ) : void | ||
text | string | The text. |
animationDelay | System.TimeSpan | The animation delay. |
리턴 | void |