ymoona
Joined: 20 Mar 2005 Posts: 32 Location: Heiloo, the Netherlands
|
lcd CURSOR switch off |
Posted: Thu Jul 28, 2005 1:04 pm |
|
|
hai
I would like to turn off the blinking cursor on my LCD.
I use lcd420.c as driver.
I think it could be done with this line but i dont get it
Code: |
`BYTE const LCD_INIT_STRING[4] = {0x20 | (lcd_type << 2), 0xf, 1, 6};
|
does anyone has a solution?
I found a solution on this forum:
Code: |
BYTE const LCD_INIT_STRING[4] = {0x20 | (lcd_type << 2), 0xc, 1, 6};
|
I like it _________________ checkout my site: www.ymoona.com/wiki |
|