171
• The cursor size will be as shown below.
• An array integer variable--a work array, register array, or common array--for
cur-
sorarrayname
should be declared by the
DIM
,
DEFREG
, or
COMMON
state-
ment, respectively.
DIM cp0%(11)
DEFREG cp1%(11)
COMMON cp2%(11)
The array variable should be one-dimensional and have at least 12 elements.
Each element data should be an integer and stored in the area from the 1st to
12th elements of the array.
• If you specify
cursorarrayname
exceeding the allowable cursor size (height:
no. of bits, width: no. of elements), the excess will be discarded.
• If the double-width, double-height, or quadruple-size is specified, then user-
defined cursors loaded by the
APLOAD
will display in double-width, double-
height, or quadruple-size, respectively. For details, refer to Chapter 7, Subsection
7.1.3, "Dot Patterns of Fonts."
Display font
Size (W x H)
No. of elements
Standard-size
12 x 12 dots
12
0 1 2 3
5 6 7 8 9 10 11
4
LSB
MSB
Summary of Contents for BHT-BASIC 100 SERIES
Page 1: ......
Page 161: ...153 Chapter 10 Sleep Function CONTENTS 10 1 Sleep Function 154...
Page 163: ...155 Chapter 11 Resume Function CONTENTS 11 1 Resume Function 156...
Page 173: ...165 Chapter 13 Backlight Function CONTENTS 13 1 Backlight Function 166...
Page 249: ...241 Example CLOSE IF kyIn Y THEN KILL Master Dat END IF Reference Statements CLFILE...