Op 11-11-10 12:18, Teruaki Kawashima schreef:
(2010/11/11 0:25), mai...@svn.rockbox.org wrote:
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 */
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)?
See [1], [2] and [3].
[1]: http://www.rockbox.org/mail/archive//rockbox-dev-archive-2010-11/0044.shtml
[2]: http://www.rockbox.org/mail/archive//rockbox-dev-archive-2010-11/0045.shtml
[3]: http://www.rockbox.org/tracker/task/11727#comment37507
--
Maurus Cuelenaere