Hd44780 Constructors

Definition

Overloads

Hd44780(Size, LcdInterface)

Initializes a new HD44780 LCD controller.

Hd44780(Size, LcdInterface)

Initializes a new HD44780 LCD controller.

Hd44780(Size, LcdInterface)

Initializes a new HD44780 LCD controller.

public Hd44780 (SixLabors.ImageSharp.Size size, Iot.Device.CharacterLcd.LcdInterface lcdInterface);
new Iot.Device.CharacterLcd.Hd44780 : SixLabors.ImageSharp.Size * Iot.Device.CharacterLcd.LcdInterface -> Iot.Device.CharacterLcd.Hd44780
Public Sub New (size As Size, lcdInterface As LcdInterface)

Parameters

size
SixLabors.ImageSharp.Size

The logical size of the LCD.

lcdInterface
LcdInterface

The interface to use with the LCD.

Applies to

Hd44780(Size, LcdInterface)

Initializes a new HD44780 LCD controller.

public Hd44780 (System.Drawing.Size size, Iot.Device.CharacterLcd.LcdInterface interface);
public Hd44780 (System.Drawing.Size size, Iot.Device.CharacterLcd.LcdInterface lcdInterface);
new Iot.Device.CharacterLcd.Hd44780 : System.Drawing.Size * Iot.Device.CharacterLcd.LcdInterface -> Iot.Device.CharacterLcd.Hd44780
new Iot.Device.CharacterLcd.Hd44780 : System.Drawing.Size * Iot.Device.CharacterLcd.LcdInterface -> Iot.Device.CharacterLcd.Hd44780
Public Sub New (size As Size, interface As LcdInterface)
Public Sub New (size As Size, lcdInterface As LcdInterface)

Parameters

size
Size

The logical size of the LCD.

interfacelcdInterface
LcdInterface

Applies to