This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#12529 - Lamp plugins PLA integration
Attached to Project:
Rockbox
Opened by Jean-Louis Biasini (JeanLouisBiasini) - Tuesday, 10 January 2012, 15:29 GMT+2
Last edited by Thomas Martitz (kugel.) - Wednesday, 08 February 2012, 18:09 GMT+2
Opened by Jean-Louis Biasini (JeanLouisBiasini) - Tuesday, 10 January 2012, 15:29 GMT+2
Last edited by Thomas Martitz (kugel.) - Wednesday, 08 February 2012, 18:09 GMT+2
|
Detailsthis is a try for a PLA integration of lamp.
The purpose is to simplify manual and code keymaps note: - ONDAVX747(poorly) and MROBE500 added to PLA - IAUDIO67 PLA keymaps corrected (2 command were mapped to the same keys) - exit lamp mapped to PLA_EXIT and PLA_CANCEL |
This task depends upon
Closed by Thomas Martitz (kugel.)
Wednesday, 08 February 2012, 18:09 GMT+2
Reason for closing: Out of Date
Additional comments about closing: http://gerrit.rockbox.org/r/#change,86
Wednesday, 08 February 2012, 18:09 GMT+2
Reason for closing: Out of Date
Additional comments about closing: http://gerrit.rockbox.org/r/#change,86
The changes to lamp look fine at first sight.
- iaudio67 is a dead port, but the same key was mapped both to down and select keys. this cannot works. The only remaiming key not mapped is the one I linked as a remplacement
Does it compile for HAVE_SCROLLWHEEL? LAMP_(UP|DOWN)_REPEAT doesn't seem defined for those.
Ok now this compile
#ifdef HAVE_TOUCHSCREEN
# ifndef LAMP_LEFT
# define LAMP_LEFT PLA_LEFT
# endif
# ifndef LAMP_RIGHT
# define LAMP_RIGHT PLA_RIGHT
# endif
# ifndef LAMP_UP
# define LAMP_UP PLA_UP
# endif
# ifndef LAMP_DOWN
# define LAMP_DOWN PLA_DOWN
# endif
#endif
What's the purpose. Isn't touchscreen already covered by the above? (touchscreen assigns grid mode buttons for PLA so all buttons are already defined).
Otherwise it looks good. However I would prefer if you'd also upload a patch for the manual.
http://gerrit.rockbox.org/r/#change,86
Manual update's patch:
http://gerrit.rockbox.org/r/#change,87