9.2.13
LCD FUNCTIONS
LCD functions allows the user to show messages on PLAYER LCD display. The texts are
limited to LCD physical dimensions: 2 lines per 16 columns.
Functions
Function:
LCD_print(txtLine1, txtLine2, center, timeout)
Description:
This functions shows a message on the PLAYER LCD
Arguments:
txtLine1 – String corresponding to the text on the first
LCD line txtLine2 – String corresponding to the text on
the second LCD line center – Booelan, set to true to
center the text on the LCD display
timeout – Number of seconds that message is showed in PLAYER LCD display
Function:
LCD_print2({txtLine1, txtLine2, bCenter, nTimeout})
Description:
This functions shows a message on the PLAYER LCD display. Parameters are optional.
Arguments:
txtLine1 (optional) – String corresponding to the text on the first
LCD line txtLine2 (optional)– String corresponding to the text on
the second LCD line center (optional) – Booelan, set to true to
center the text on the LCD display
nTimeout (optional) – Number of seconds that message is showed in PLAYER LCD display
display
SW
117