mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
Patch #1421422 - Backdrop image patch started by Linus, finished by me. Adds ability to set backdrop images for file browser and menus (store full-screen bitmaps in /.rockbox/backdrops/) and also the ability to set a full-screen background image in a WPS using the %X|filename.bmp| WPS tag. Currently only implemented for targets with colour LCDs.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8536 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9b4b4d0bf2
commit
d9e5b67b71
16 changed files with 423 additions and 27 deletions
|
|
@ -3575,3 +3575,27 @@ eng: "Queue shuffled"
|
|||
voice: "Queue shuffled"
|
||||
new:
|
||||
|
||||
id: LANG_CLEAR_BACKDROP
|
||||
desc: text for LCD settings menu
|
||||
eng: "Clear backdrop"
|
||||
voice: "Clear backdrop"
|
||||
new:
|
||||
|
||||
id: LANG_SET_AS_BACKDROP
|
||||
desc: text for onplay menu entry
|
||||
eng: "Set as backdrop"
|
||||
voice: "Set as backdrop"
|
||||
new:
|
||||
|
||||
id: LANG_BACKDROP_LOADED
|
||||
desc: text for splash to indicate a new backdrop has been loaded successfully
|
||||
eng: "Backdrop loaded"
|
||||
voice: "Backdrop loaded"
|
||||
new:
|
||||
|
||||
id: LANG_BACKDROP_FAILED
|
||||
desc: text for splash to indicate a failure to load a bitmap as backdrop
|
||||
eng: "Backdrop failed"
|
||||
voice: "Backdrop failed"
|
||||
new:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue