Edit

Share via


LcdInterface.SendCommand(Byte) Method

Definition

Sends command to the LCD device

public abstract void SendCommand (byte command);
abstract member SendCommand : byte -> unit
Public MustOverride Sub SendCommand (command As Byte)

Parameters

command
Byte

Byte representing the command

Applies to