so this works now

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2002-03-26 15:40:53 +00:00
parent 0c4589d3bc
commit 530f01f3dc
4 changed files with 39 additions and 33 deletions

View file

@ -224,16 +224,13 @@ screenhack (Display *the_dpy, Window the_window)
Logf("Rockbox will kill ya!");
lcd_position(1, 1);
lcd_string( "R", 0);
lcd_position(0, 6);
lcd_string( "Rock the box", 0);
lcd_position(0, 16);
lcd_string( "R", 0);
#if 0
lcd_position(8, 24);
lcd_string( "2", 0);
#endif
lcd_string( "Roolz", 0);
lcd_update();
while (1) {
/* deal with input here */