TiLCDMatrix.LoadDefaultCharacterset
TiLCDMatrix
Loads the built-in, default 5x7 ISO-8859-1 character set .
procedure LoadDefaultCharacterset;
Description
Call LoadDefaultCharacterset to load the built-in, default 5x7 ISO-88591
character set.
If you want to load in a different character set, you can use the LoadCharactersetFromFile method to load in your own custom Character Set(of any size from 1-32 cells
wide and 1-infinite cells in height, 256 characters per set).
Example
Delphi
iComponent.LoadDefaultCharacterset;
C++ Builder
iComponent->LoadDefaultCharacterset();
Contents | Index | Previous | Next