Rockbox Development > New Ports

Sansa Fuze+

<< < (20/162) > >>

metaphys:

--- Quote from: pamaury on July 15, 2011, 06:32:28 AM ---If you are motivated, you could try to bisect to see which revision of the svn caused that. You can also try to change this in lcd-fuzeplus.c:
replace

--- Code: ---default:
            lcd_kind = LCD_KIND_9325;
--- End code ---
by

--- Code: ---default:
            lcd_kind = LCD_KIND_7783;
--- End code ---

--- End quote ---

I just tried this, same problem (actually as it used to work it would have been surprising)

How can I bisect ? I'm not very familiar with svn, where can I read doc about it ? is it just
--- Code: ---man svn
--- End code ---
?

pamaury:
There is the svn-bisect tool. If you are using git, there git-bisect.

pamaury:
Any news about this screen problem ?

metaphys:
Sorry but i'm again travelling around... I will tell you as soon as possible. But do you mean it works on your device? Isn't it strange?  :-\

pamaury:
I *think* I would have noticed if the screen didn't work on my device :)
the only thing I changed (except if I did a mistake) is that if the type of screen is not detected, it falls back the type 9xxx instead of 7xxx (don't remember the number). So it's a bit strange :-/

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version