summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Jarosch <tomj@simonv.com>2011-02-27 16:16:04 +0000
committerThomas Jarosch <tomj@simonv.com>2011-02-27 16:16:04 +0000
commit928aaf3cae16cfc47c4c028db87d029b41ffb4bc (patch)
treec0090351d0700092be0237e08803898039274c6b
parent2d5d304fe3acd8214f5dcc171ab6ad4b82c512cc (diff)
downloadrockbox-928aaf3cae16cfc47c4c028db87d029b41ffb4bc.tar.gz
rockbox-928aaf3cae16cfc47c4c028db87d029b41ffb4bc.zip
Fix comment about LCD size
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29427 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/config/nokian900.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/firmware/export/config/nokian900.h b/firmware/export/config/nokian900.h
index a65dc7260b..72435b222b 100644
--- a/firmware/export/config/nokian900.h
+++ b/firmware/export/config/nokian900.h
@@ -36,9 +36,7 @@
36/* define this if you would like tagcache to build on this target */ 36/* define this if you would like tagcache to build on this target */
37#define HAVE_TAGCACHE 37#define HAVE_TAGCACHE
38 38
39/* LCD dimensions 39/* LCD dimensions */
40 *
41 * overriden by configure for application builds */
42#define LCD_WIDTH 800 40#define LCD_WIDTH 800
43#define LCD_HEIGHT 480 41#define LCD_HEIGHT 480
44#define LCD_DEPTH 16 42#define LCD_DEPTH 16