summaryrefslogtreecommitdiff
path: root/apps/tree.c
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2002-10-15 12:25:57 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2002-10-15 12:25:57 +0000
commit0a4b247080dd132e847071adbc006ad9de2ca608 (patch)
tree5eb04ea6eefba517233d9c649ce5f6c56e6d16be /apps/tree.c
parent6e0a75c596a6c4ec5ec2820e1873c8527aec5007 (diff)
downloadrockbox-0a4b247080dd132e847071adbc006ad9de2ca608.tar.gz
rockbox-0a4b247080dd132e847071adbc006ad9de2ca608.zip
The player firmware now autodetects the LCD type. No need for two player versions anymore
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2658 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/tree.c')
-rw-r--r--apps/tree.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/tree.c b/apps/tree.c
index b026211f3c..1b19b04bba 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -303,7 +303,7 @@ static int showdir(char *path, int start)
303 qsort(dircache,filesindir,sizeof(struct entry),compare); 303 qsort(dircache,filesindir,sizeof(struct entry),compare);
304 304
305 if ( dir_buffer_full || filesindir == MAX_FILES_IN_DIR ) { 305 if ( dir_buffer_full || filesindir == MAX_FILES_IN_DIR ) {
306#ifdef HAVE_NEW_CHARCELL_LCD 306#ifdef HAVE_LCD_CHARCELLS
307 lcd_double_height(false); 307 lcd_double_height(false);
308#endif 308#endif
309 lcd_clear_display(); 309 lcd_clear_display();
@@ -347,7 +347,7 @@ static int showdir(char *path, int start)
347 } 347 }
348 348
349 lcd_stop_scroll(); 349 lcd_stop_scroll();
350#ifdef HAVE_NEW_CHARCELL_LCD 350#ifdef HAVE_LCD_CHARCELLS
351 lcd_double_height(false); 351 lcd_double_height(false);
352#endif 352#endif
353 lcd_clear_display(); 353 lcd_clear_display();
@@ -446,7 +446,7 @@ static int showdir(char *path, int start)
446 446
447bool ask_resume(void) 447bool ask_resume(void)
448{ 448{
449#ifdef HAVE_NEW_CHARCELL_LCD 449#ifdef HAVE_LCD_CHARCELLS
450 lcd_double_height(false); 450 lcd_double_height(false);
451#endif 451#endif
452 452