mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
zenmozaic: adjust button voltage
The values were recorded for VDDIO at 3.46V and not 3.5 Change-Id: I12880c3d7336389bbac07fe01b8d63d9cd28d177
This commit is contained in:
parent
501e8a7e71
commit
baec807d70
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ struct imx233_button_map_t imx233_button_map[] =
|
|||
|
||||
struct imx233_button_map_t imx233_button_map[] =
|
||||
{
|
||||
[I_VDDIO] = IMX233_BUTTON_(VDDIO, VDDIO(3500), "vddio"), /* we need VDDIO for relative */
|
||||
[I_VDDIO] = IMX233_BUTTON_(VDDIO, VDDIO(3460), "vddio"), /* we need VDDIO for relative */
|
||||
IMX233_BUTTON_(HOLD, LRADC_REL(CHAN, 0, I_VDDIO), "hold"),
|
||||
IMX233_BUTTON(MENU, LRADC_REL(CHAN, 200, I_VDDIO), "menu"),
|
||||
IMX233_BUTTON(SHORTCUT, LRADC_REL(CHAN, 445, I_VDDIO), "shortcut"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue