mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
Touchscreen targets: add calibration screen + rewrite calibration driver (FS#10295)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21312 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b1a60934c5
commit
b8435f5446
11 changed files with 335 additions and 103 deletions
|
|
@ -12405,7 +12405,7 @@
|
|||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_TOUCHSCREEN_MODE
|
||||
desc: in Settings -> General -> System menu
|
||||
desc: in Settings -> General -> Display -> Touchscreen Settings
|
||||
user: core
|
||||
<source>
|
||||
*: none
|
||||
|
|
@ -12422,7 +12422,7 @@
|
|||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_TOUCHSCREEN_GRID
|
||||
desc: in Settings -> General -> System menu
|
||||
desc: in Settings -> General -> Display -> Touchscreen Settings
|
||||
user: core
|
||||
<source>
|
||||
*: none
|
||||
|
|
@ -12439,7 +12439,7 @@
|
|||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_TOUCHSCREEN_POINT
|
||||
desc: in Settings -> General -> System menu
|
||||
desc: in Settings -> General -> Display -> Touchscreen Settings
|
||||
user: core
|
||||
<source>
|
||||
*: none
|
||||
|
|
@ -12502,3 +12502,54 @@
|
|||
swcodec: "Speed"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_TOUCHSCREEN_SETTINGS
|
||||
desc: in Settings -> General -> Display menu
|
||||
user: core
|
||||
<source>
|
||||
*: none
|
||||
touchscreen: "Touchscreen Settings"
|
||||
</source>
|
||||
<dest>
|
||||
*: none
|
||||
touchscreen: "Touchscreen Settings"
|
||||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
touchscreen: "Touchscreen Settings"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_TOUCHSCREEN_CALIBRATE
|
||||
desc: in Settings -> General -> Display -> Touchscreen Settings
|
||||
user: core
|
||||
<source>
|
||||
*: none
|
||||
touchscreen: "Calibrate"
|
||||
</source>
|
||||
<dest>
|
||||
*: none
|
||||
touchscreen: "Calibrate"
|
||||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
touchscreen: "Calibrate"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_TOUCHSCREEN_RESET_CALIBRATION
|
||||
desc: in Settings -> General -> Display -> Touchscreen Settings
|
||||
user: core
|
||||
<source>
|
||||
*: none
|
||||
touchscreen: "Reset Calibration"
|
||||
</source>
|
||||
<dest>
|
||||
*: none
|
||||
touchscreen: "Reset Calibration"
|
||||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
touchscreen: "Reset Calibration"
|
||||
</voice>
|
||||
</phrase>
|
||||
|
|
|
|||
|
|
@ -12335,7 +12335,7 @@
|
|||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_TOUCHSCREEN_MODE
|
||||
desc: in Settings -> General -> System menu
|
||||
desc: in Settings -> General -> Display -> Touchscreen Settings
|
||||
user: core
|
||||
<source>
|
||||
*: none
|
||||
|
|
@ -12352,7 +12352,7 @@
|
|||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_TOUCHSCREEN_GRID
|
||||
desc: in Settings -> General -> System menu
|
||||
desc: in Settings -> General -> Display -> Touchscreen Settings
|
||||
user: core
|
||||
<source>
|
||||
*: none
|
||||
|
|
@ -12369,7 +12369,7 @@
|
|||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_TOUCHSCREEN_POINT
|
||||
desc: in Settings -> General -> System menu
|
||||
desc: in Settings -> General -> Display -> Touchscreen Settings
|
||||
user: core
|
||||
<source>
|
||||
*: none
|
||||
|
|
@ -12432,3 +12432,54 @@
|
|||
swcodec: "Snelheid"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_TOUCHSCREEN_SETTINGS
|
||||
desc: in Settings -> General -> Display menu
|
||||
user: core
|
||||
<source>
|
||||
*: none
|
||||
touchscreen: "Touchscreen Settings"
|
||||
</source>
|
||||
<dest>
|
||||
*: none
|
||||
touchscreen: "Touchscreen instellingen"
|
||||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
touchscreen: "Touchscreen instellingen"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_TOUCHSCREEN_CALIBRATE
|
||||
desc: in Settings -> General -> Display -> Touchscreen Settings
|
||||
user: core
|
||||
<source>
|
||||
*: none
|
||||
touchscreen: "Calibrate"
|
||||
</source>
|
||||
<dest>
|
||||
*: none
|
||||
touchscreen: "Kalibreer"
|
||||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
touchscreen: "Kalibreer"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_TOUCHSCREEN_RESET_CALIBRATION
|
||||
desc: in Settings -> General -> Display -> Touchscreen Settings
|
||||
user: core
|
||||
<source>
|
||||
*: none
|
||||
touchscreen: "Reset Calibration"
|
||||
</source>
|
||||
<dest>
|
||||
*: none
|
||||
touchscreen: "Kalibratie terugzetten"
|
||||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
touchscreen: "Kalibratie terugzetten"
|
||||
</voice>
|
||||
</phrase>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue