|
Rockbox mail archiveSubject: Re: kugel: r28548 - in trunk: android/src/org/rockbox apps/gui/bitmap firmware/drivers firmware/export firmware/export/config firmware/target/hosted/android firmware/target/hosted/sdlRe: kugel: r28548 - in trunk: android/src/org/rockbox apps/gui/bitmap firmware/drivers firmware/export firmware/export/config firmware/target/hosted/android firmware/target/hosted/sdl
From: Teruaki Kawashima <kamekun_at_r6.dion.ne.jp>
Date: Thu, 11 Nov 2010 20:18:29 +0900 (2010/11/11 0:25), mailer_at_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) > _at__at_ -65,8 +65,11 _at__at_ > /* 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 Received on 2010-11-11 Page template was last modified "Tue Sep 7 00:00:02 2021" The Rockbox Crew -- Privacy Policy |