Reference.LiquidCrystalBlink History
Hide minor edits - Show changes to output
July 26, 2009, at 06:07 AM
by David A. Mellis -
Changed lines 7-8 from:
Display the LCD solid blinking cursor: a blinking box at the position to which the next character will be written.
to:
Display the blinking LCD cursor. If used in combination with the [[LiquidCrystalCursor | cursor]]() function, the result will depend on the particular display.
Added line 22:
* [[LiquidCrystalCursor | cursor]]()
July 25, 2009, at 08:30 AM
by David A. Mellis -
Added lines 1-21:
[[LiquidCrystal]]
!!blink()
!!!!Description
Display the LCD solid blinking cursor: a blinking box at the position to which the next character will be written.
!!!!Syntax
''lcd''.blink()
!!!!Parameters
lcd: a variable of type LiquidCrystal
!!!!Example
* [[Tutorial/LiquidCrystalBlink | blink() and noBlink()]]
!!!!See also
* [[LiquidCrystalNoBlink | noBlink]]()