(2010/11/11 0:25), mai...@svn.rockbox.org wrote:
Date: 2010-11-10 16:25:15 +0100 (Wed, 10 Nov 2010)
New Revision: 28548
<snip>
Modified: trunk/firmware/export/config/ondavx767.h
===================================================================
--- trunk/firmware/export/config/ondavx767.h 2010-11-10 08:14:19 UTC (rev
28547)
+++ trunk/firmware/export/config/ondavx767.h 2010-11-10 15:25:15 UTC (rev
28548)
@@ -65,8 +65,11 @@
/* LCD dimensions */
#define CONFIG_LCD LCD_ONDAVX767
-#define LCD_WIDTH 320
-#define LCD_HEIGHT 240
+/* this are not actually the correct dimensions (480x272 is correct)
+ * should be fixed once there's a working LCD driver */
+#define LCD_WIDTH 480
+#define LCD_HEIGHT 272
+#define LCD_DPI 128
#define LCD_DEPTH 16 /* 16bit colours */
#define LCD_PIXELFORMAT RGB565 /* rgb565 */
<snip>
just curious.
what does this comment mean?
it says dimensions are not correct but the demensions seem to be set
what is said correct (480x272)?
Best regards,
Teruaki