TiLCDMatrix.CharactersetWidth
TiLCDMatrix
Specifies the number of cells or "dots" that make-up a row in a character.
property CharactersetWidth : Integer;
Description
Use CharactersetWidth to specify the number of cells or "dots" that make-up a
row in a character. For example, in a 5x8 LCD character, the CharactersetWidth
is 5. All characters in a loaded Character Set are the same size.
Note: the iLCDMatrix component supports Character Set widths between 1 and 32.
Tip: this property is generally not modified unless you are creating your own,
new Character Set.
Example
Visual Basic
iComponent.CharactersetWidth := 5;
Visual C++
iComponent->CharactersetWidth = 5;
Contents | Index | Previous | Next