Re: Iaudio X5 using lcd-h300.c

2006-04-10 Thread Daniel Stenberg

On Mon, 10 Apr 2006, RaeNye wrote:

I've skimmed through lcd-h300.c and saw references to the H300's screen size 
(220x176) in lcd_update() and flip_lcd().


x5 is not using lcd-h300.c. It uses the lcd-x5.c.

X5's port obviously /has/ LCD support, but why does it work if the constants 
are off?


They're not off in the correct file! ;-)

You should check the firmware/SOURCES file to see what files that are built 
for various targets.


--
 Daniel Stenberg -- http://www.rockbox.org/ -- http://daniel.haxx.se/


Iaudio X5 using lcd-h300.c

2006-04-09 Thread RaeNye
I've skimmed through lcd-h300.c and saw references to the H300's screen size
(220x176) in lcd_update() and flip_lcd().

X5's port obviously /has/ LCD support, but why does it work if the constants
are off?

(I'm not sure it's a bug, so I pollute this list instead of the tracker :)

R.