|
amiconn: apps/recorder icons.c,1.54,1.55 icons.h,1.31,1.32: msg#00164systems.archos.rockbox.cvs
Update of /cvsroot/rockbox/apps/recorder In directory labb:/tmp/cvs-serv15979/apps/recorder Modified Files: icons.c icons.h Log Message: Enabled logo display for gmini. Index: icons.c =================================================================== RCS file: /cvsroot/rockbox/apps/recorder/icons.c,v retrieving revision 1.54 retrieving revision 1.55 diff -u -d -r1.54 -r1.55 --- icons.c 20 Dec 2004 09:21:09 -0000 1.54 +++ icons.c 25 Jan 2005 23:55:41 -0000 1.55 @@ -74,8 +74,8 @@ {0x20,0x30,0x38,0x3c,0x38,0x30,0x20}, /* Up-arrow */ }; -#if LCD_WIDTH == 112 -/* Archos LCD width */ +#if LCD_WIDTH == 112 || LCD_WIDTH == 128 +/* Archos Jukebox/ Ondio + Gmini LCD width */ const unsigned char rockbox112x37[]={ 0x00, 0x00, 0x02, 0xff, 0x02, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, Index: icons.h =================================================================== RCS file: /cvsroot/rockbox/apps/recorder/icons.h,v retrieving revision 1.31 retrieving revision 1.32 diff -u -d -r1.31 -r1.32 --- icons.h 20 Dec 2004 09:21:09 -0000 1.31 +++ icons.h 25 Jan 2005 23:55:41 -0000 1.32 @@ -64,7 +64,7 @@ extern const unsigned char bitmap_icons_6x8[LastIcon][6]; extern const unsigned char bitmap_icons_7x8[Icon_Last][7]; -#if LCD_WIDTH == 112 +#if LCD_WIDTH == 112 || LCD_WIDTH == 128 extern const unsigned char rockbox112x37[]; #endif #if LCD_WIDTH == 160 _______________________________________________ http://cool.haxx.se/mailman/listinfo/rockbox-cvs |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | amiconn: uisimulator/win32 uisw32.c,1.20,1.21: 00164, cvs |
|---|---|
| Next by Date: | amiconn: apps main_menu.c,1.114,1.115: 00164, cvs |
| Previous by Thread: | amiconn: uisimulator/win32 uisw32.c,1.20,1.21i: 00164, cvs |
| Next by Thread: | amiconn: apps main_menu.c,1.114,1.115: 00164, cvs |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |