TiLCDMatrix.CharactersetHeight

TiLCDMatrix

Specifies the number of cells or "dots" that make-up a column in a character.

property CharactersetHeight : Integer;

Description

Use CharactersetHeight to specify the number of cells or "dots" that make-up a column in a character. For example, in a 5x8 LCD character, the CharactersetHeight is 8. All characters in a loaded Character Set are the same size.

Note: the iLCDMatrix component supports Character Set heights between 1 and infinity.

Tip: this property is generally not modified unless you are creating your own, new Character Set.

Example

Visual Basic

iComponent.CharactersetHeight := 8;

Visual C++

iComponent->CharactersetHeight = 8;

Contents | Index | Previous | Next