ACR89U-A1 – Reference Manual
Version 1.04
www.acs.com.hk
Page 35 of 57
Data Member
Value
Description
CbTimeout
0 to 255
Key input timeout time value counted in 100ms
(e.g. 100 stands for 10 seconds).
4.1.2.3. LCDCURSOR
typedef struct _LCD_CURSOR {
BYTE cbRowPosition; // 0 - 7
BYTE cbColPosition; // 0 - 83
} LCDCURSOR, *PLCDCURSOR;
Used in
AS_SetLcdCursor
to position the cursor position on the LCD screen.
Data Member
Value
Description
cbRowPosition
00h to 07h
Cursor row position
cbColPosition
00h to 80h
Cursor column position
4.1.2.4. LCDBACKLIGHT
typedef struct _LCD_BACKLIGHT {
BOOLEAN bEnableBackL
ight;
} LCDBACKLIGHT, *PLCDBACKLIGHT;
Used by
AS_SetLcdBacklight
to enable or disable the LCD backlight.
Data Member
Value
Description
bEnableBackLight
0 or 1
0 - turns off backlight
1 - turns on backlight
4.1.2.5. LCDGRAPHICS
typedef struct _LCD_GRAPHICS {
LPCTSTR szBitmapFile
;
} LCDGRAPHICS, *PLCDGRAPHICS;
Used by AS_SetLcdDisplayGraphics
.
Data Member
Value
Description
szBitmapFile
-
Full path to a Windows bitmap file to be displayed.
The Dimension of the bitmap can be any size
within a range of 128 pixels wide by 64 pixels high
and the color depth can be 1-bit, 8-bit or 24-bit.
Note
: the LCD screen of the ACR89 only displays
monochrome graphics.