mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
removed the no longer used code for simulating the player LCD
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@827 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
565f3b27f2
commit
90f2806656
1 changed files with 0 additions and 18 deletions
|
|
@ -106,21 +106,3 @@ void lcd_update (void)
|
||||||
/* Logf("lcd_update: Draws %d pixels, clears %d pixels", p, cp);*/
|
/* Logf("lcd_update: Draws %d pixels, clears %d pixels", p, cp);*/
|
||||||
XSync(dpy,False);
|
XSync(dpy,False);
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef HAVE_LCD_CHARCELLS
|
|
||||||
/* simulation layer for charcells */
|
|
||||||
void lcd_clear_display(void)
|
|
||||||
{
|
|
||||||
sim_lcd_clear_display();
|
|
||||||
}
|
|
||||||
|
|
||||||
void lcd_puts(int x, int y, char *string)
|
|
||||||
{
|
|
||||||
char buffer[12];
|
|
||||||
strncpy(buffer, string, 11);
|
|
||||||
buffer[11]=0;
|
|
||||||
|
|
||||||
sim_lcd_puts(x, y, buffer, 0);
|
|
||||||
lcd_update();
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue