Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#6472 - Remote LCD vertical flip.

Attached to Project: Rockbox
Opened by Robert David (Robertek) - Monday, 25 December 2006, 12:23 GMT+2
Last edited by Dominik Riebeling (bluebrother) - Sunday, 29 May 2011, 21:01 GMT+2
Task Type Patches
Category Remote
Status Closed
Assigned To No-one
Player Type Iriver H100 series
Severity Low
Priority Normal
Reported Version Release 3.0
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

I have IMP-400 remote control with LCD and use that in iriver H140. It has a bug with LCD that is vertically flipped, it means that the pixel that should be in left-top corner is in left-bottom corner.

If someone will post some patch etc, I will test it.
This task depends upon

Closed by  Dominik Riebeling (bluebrother)
Sunday, 29 May 2011, 21:01 GMT+2
Reason for closing:  Out of Date
Comment by Dominik Riebeling (bluebrother) - Tuesday, 26 December 2006, 20:33 GMT+2
As I already stated in the forums, I recently got a similar remote too. Changing the direction should be possible by simply setting a bit (assuming the LCD controller is the same, but as the LCD itself works I assume this). I might look into it in the next couple of days if I find the time.

Apart from that, the buttons (for my remote) are completely messed up, so I'm not sure if this would be of any use.
Comment by Dominik Riebeling (bluebrother) - Thursday, 28 December 2006, 11:56 GMT+2
The attached patch changes the "Upside down" setting so when enabled the IMP400 LCD is "right". It's simply a quick hack, so no added option (or any chance to get this to cvs). Of course this could get improved to work "correctly" without the setting enabled and with the flipping working as expected.

Btw, the OF doesn't work with the IMP400 remote, so I don't think there is a need to support that in the core. You can always patch it ...
   remotelcd_imp400.patch (0.6 KiB)
 firmware/drivers/lcd-h100-remote.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comment by Robert David (Robertek) - Thursday, 28 December 2006, 14:55 GMT+2
Thanks a lot.

What is OF?
Comment by Dominik Riebeling (bluebrother) - Friday, 29 December 2006, 18:09 GMT+2
OF is the commonly used short term for Original Firmware, in that case the iriver firmware.

Loading...