This class represents a Phidget Text LCD. All methods to control the Text LCD are implemented in this class.

Namespace:  Phidgets
Assembly:  Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34

Syntax

C#
public class TextLCD : Phidget
Visual Basic (Declaration)
Public Class TextLCD _
	Inherits Phidget
Visual C++
public ref class TextLCD : public Phidget

Remarks

The TextLCD Phidget consists of a display that is capable of displaying Standard as well as custom characters in multiple rows.

Inheritance Hierarchy

System..::.Object
  Phidgets..::.Phidget
    Phidgets..::.TextLCD

See Also