53
1
SW
7.2.7.1
EXAMPLE SCRIPT01:
Write messages on the LCD screen
The following is an example of how to write a message on the LCD. This message has
been configured so that, when the player starts up, the message "Hello Ecler" is displayed
on the screen for 10 seconds.
Please Note
: this is only available for PLAYER ONE. PLAYER ZERO does not have an
LCD screen.
Figure 35
•
require "PLAYER"
•
ep = PLAYER.new()
•
ep.LCD_print2({line1="Hello",line2="Ecler",center="true",timeout=10})