summaryrefslogtreecommitdiff
path: root/graphlcd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'graphlcd.conf')
-rw-r--r--graphlcd.conf35
1 files changed, 35 insertions, 0 deletions
diff --git a/graphlcd.conf b/graphlcd.conf
index 027e6f4..bb5a0f5 100644
--- a/graphlcd.conf
+++ b/graphlcd.conf
@@ -575,8 +575,19 @@ Driver=dm140gink
Driver=ax206dpf
#Width=320
#Height=240
+#
+# UpsideDown
+# Rotates the display output by 180 degrees. This might be useful, if
+# the LCD is mounted upside-down.
+# Possible values: 'yes', 'no'
+# Default value: 'no'
#UpsideDown=no
#
+# Brightness
+# Sets the brightness of the display's backlight
+# Possible values: 0 <= x <= 100)
+# Default value: 100
+#Brightness=100
#
# Device
# Selects a specific display
@@ -597,3 +608,27 @@ Driver=ax206dpf
# Possible values: 1, 2, 3, 4
# Default value: 1
#Zoom=1
+#
+# The following parameters are for multi-display setups only!
+#
+# Horizontal
+# Sets the number of displays in horizontal direction.
+# Possible values if Vertical=1: 1, 2, 3, 4
+# if Vertical=2: 1, 2
+# Default value: 1
+#Horizontal=1
+#
+# Vertical
+# Sets the number of displays in vertical direction.
+# Possible values if Horizontal=1: 1, 2, 3, 4
+# if Horizontal=2: 1, 2
+# Default value: 1
+#Vertical=1
+#
+# Flip
+# Rotates a single displays output by 180 degrees. This might be useful, if
+# some LCDs are mounted upside-down.
+# Possible values for every display : 'y', 'n'
+# Default value: 'nnnn'
+#Flip=nnnn
+#