forked from len0rd/rockbox
Unified usage of lcd transfer code
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4536 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
75b575a750
commit
38e8a117aa
5 changed files with 205 additions and 256 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue