summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/configure6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure
index 52ae52cbf1..78a90b7d18 100755
--- a/tools/configure
+++ b/tools/configure
@@ -1089,6 +1089,12 @@ help() {
1089 order. So --type=b stands for Bootloader build, while 1089 order. So --type=b stands for Bootloader build, while
1090 --type=ab stands for "Backlight MOD" build. 1090 --type=ab stands for "Backlight MOD" build.
1091 1091
1092 --lcdwidth=X Sets the width of the LCD. Used only for application
1093 targets.
1094
1095 --lcdheight=Y Sets the height of the LCD. Used only for application
1096 targets.
1097
1092 --language=LANG Set the language used for voice generation (used only if 1098 --language=LANG Set the language used for voice generation (used only if
1093 TYPE is AV). 1099 TYPE is AV).
1094 1100