'----------Program Description---------
'What does this program do?
'1. A text message will appear in the screen
'2. The underline cursor will scroll right then left
'3. The first letter will become highlighted
'4. The text will finish
'5. The test will scroll right then left
'******* Connect the LCD Panel Carefully, lining up the index *******
' PIN # Connection Defined
' 1 LCD E Enable line: Send pulses here
' 2 LCD RW Read/write Pin Low * Command, High * Data
' 3 LCD RS Send this pin low before a command
' 4 LCD DB4 Data Buss: Send info on this line
' 5 LCD DB5 Data Buss: Send into on this line
' 6 LCD DB6 Data Buss: Send into on this line
' 7 LCD DB7 Data Buss: Send into on this line
'
'******* NOTE: Pins 4-7 MUST be connected to the Right *******
'******* Side of the connector not the left *******
'
'Commands are sent to the LCD by taking the R5 line low before
'sending the data. Several standard commands are available to manage
'and manipulate the LCD display.