Hd44780.SendCommandAndWait(Byte) Method

Definition

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

Applies to