diff options
| author | Jonas Häggqvist <rasher@rasher.dk> | 2011-06-29 23:10:41 +0000 |
|---|---|---|
| committer | Jonas Häggqvist <rasher@rasher.dk> | 2011-06-29 23:10:41 +0000 |
| commit | ed0f1aec5db4ca244d54c752502bbf8ca73925dc (patch) | |
| tree | 43e6accd78be48435eb715eb9fddfc0dd2d886f2 /tools | |
| parent | 8c47ed15e97c85903850cf73ac83be8667ee2fae (diff) | |
| download | rockbox-ed0f1aec5db4ca244d54c752502bbf8ca73925dc.zip rockbox-ed0f1aec5db4ca244d54c752502bbf8ca73925dc.tar.gz rockbox-ed0f1aec5db4ca244d54c752502bbf8ca73925dc.tar.bz2 rockbox-ed0f1aec5db4ca244d54c752502bbf8ca73925dc.tar.xz | |
Add --lcdwidth and --lcdheight to help output.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30102 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/configure | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure index 52ae52c..78a90b7 100755 --- a/tools/configure +++ b/tools/configure @@ -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). |