procedure LCD_Cursor_On

Libraries ›› The LCD unit ›› Interface ››
Parent Previous Next

procedure LCD_Cursor_On;

Show text and cursor.


It is a shortcut for: LCD_DisplayMode(DISPLAY_TEXT_ON + DISPLAY_CURSOR_ON + DISPLAY_CURSOR_BLINK);