The collection of custom characters that can be defined for the display.

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

Syntax

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

Remarks

The display handles 8 custom characters. These must be defined before they can be used. They will stay in the TextLCD memory until power is removed.

Inheritance Hierarchy

System..::.Object
  System.Collections..::.ReadOnlyCollectionBase
    Phidgets..::.TextLCDCustomCharacterCollection

See Also