Add --lcdwidth and --lcdheight to help output.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30102 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8c47ed15e9
commit
ed0f1aec5d
1 changed files with 6 additions and 0 deletions
6
tools/configure
vendored
6
tools/configure
vendored
|
@ -1089,6 +1089,12 @@ help() {
|
|||
order. So --type=b stands for Bootloader build, while
|
||||
--type=ab stands for "Backlight MOD" build.
|
||||
|
||||
--lcdwidth=X Sets the width of the LCD. Used only for application
|
||||
targets.
|
||||
|
||||
--lcdheight=Y Sets the height of the LCD. Used only for application
|
||||
targets.
|
||||
|
||||
--language=LANG Set the language used for voice generation (used only if
|
||||
TYPE is AV).
|
||||
|
||||
|
|
Loading…
Reference in a new issue