summaryrefslogtreecommitdiff
path: root/uisimulator/uibasic.c
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/uibasic.c')
-rw-r--r--uisimulator/uibasic.c13
1 files changed, 5 insertions, 8 deletions
diff --git a/uisimulator/uibasic.c b/uisimulator/uibasic.c
index 9af52f4839..979491e731 100644
--- a/uisimulator/uibasic.c
+++ b/uisimulator/uibasic.c
@@ -224,16 +224,13 @@ screenhack (Display *the_dpy, Window the_window)
224 224
225 Logf("Rockbox will kill ya!"); 225 Logf("Rockbox will kill ya!");
226 226
227 lcd_position(1, 1); 227 lcd_position(0, 6);
228 lcd_string( "R", 0); 228 lcd_string( "Rock the box", 0);
229 229
230 lcd_position(0, 16);
231 lcd_string( "R", 0);
232
233#if 0
234 lcd_position(8, 24); 230 lcd_position(8, 24);
235 lcd_string( "2", 0); 231 lcd_string( "Roolz", 0);
236#endif 232
233 lcd_update();
237 234
238 while (1) { 235 while (1) {
239 /* deal with input here */ 236 /* deal with input here */