mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
so this works now
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0c4589d3bc
commit
530f01f3dc
4 changed files with 39 additions and 33 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue