Hd44780.SendCommandAndWait(Byte) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The initialization sequence and some other complex commands should be sent with delays, or the display may behave unexpectedly. It may show random, blinking characters or display text very faintly only.
protected void SendCommandAndWait (byte command);
member this.SendCommandAndWait : byte -> unit
Protected Sub SendCommandAndWait (command As Byte)
Parameters
- command
- Byte
The command to send