procedure LCD_Cursor_On;
Show text and cursor.
It is a shortcut for: LCD_DisplayMode(DISPLAY_TEXT_ON + DISPLAY_CURSOR_ON + DISPLAY_CURSOR_BLINK);