From 38e8a117aa6b5173f43a6ef8c2841b89f41a097d Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Wed, 21 Apr 2004 09:39:29 +0000 Subject: Unified usage of lcd transfer code git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4536 a1c6a512-1295-4272-9138-f99709370657 --- apps/neo/keyboard.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/neo') diff --git a/apps/neo/keyboard.c b/apps/neo/keyboard.c index 7433b4b6c7..d81d7629b3 100644 --- a/apps/neo/keyboard.c +++ b/apps/neo/keyboard.c @@ -94,7 +94,7 @@ int kbd_input(char* text, int buflen) lcd_puts(0, 0, kbdbuffer); kbd_show_legend(screen); lcd_cursor(cursorpos, 0); - lcd_write(true, LCD_BLINKCUR); + lcd_write_command(LCD_BLINKCUR); pstart = pcursor = kbdbuffer; @@ -140,7 +140,7 @@ int kbd_input(char* text, int buflen) case BUTTON_IR|NEO_IR_BUTTON_STOP: /* Remove blinking cursor */ - lcd_write(true,LCD_OFFCUR); + lcd_write_command(LCD_OFFCUR); done = true; } } -- cgit v1.2.3