This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#5291 - preliminary X5 remote support
|
DetailsHere's a modification of h100-remote.c; I cannot test any of it as I don't have a RC.
I didn't #define correctly that X5 has a remote in config-x5.h or any other place, so do that. There're still some things that the preloader does and are not in the code (e.g., exact init sequence, powersave command) but it should do *something*. Please test this if you have a X5 remote. |
This task depends upon
Closed by Daniel Stenberg (bagder)
Friday, 07 July 2006, 13:11 GMT+2
Reason for closing: Invalid
Additional comments about closing: Useless patch, don\'t mislead users into thinking this is actually a working remote patch for the X5.
Friday, 07 July 2006, 13:11 GMT+2
Reason for closing: Invalid
Additional comments about closing: Useless patch, don\'t mislead users into thinking this is actually a working remote patch for the X5.
2. Seeing this is more or less just the h100-remote code copied with some minor edits, I fail to see how it can work. X5's remote LCD is 2bit and the h100's is 1bit.
Of course, just adding a C source to the build won't make anything use it but I didn't try anything since it doesn't compile yet.
Maybe i made it wrong:
I save your lcd-h100-remote-rae.c as "lcd-h100-remote.c" in the "firmware" directory and compiled it.
But i could see no changes, nothing on the lcd screen. I only could turn the X5L on and off, but that was also possible with the original version.
BTW: in the todo list od the X5 tasks there is:
Remote button driver (ADC) 100%
Does that mean, that all the buttons of the remote already do work?
Or do i have to enable the remote somewhere in the settings?