aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2018-04-09 12:02:23 -0400
committerKevin O'Connor <kevin@koconnor.net>2018-04-09 12:02:23 -0400
commitf8a28401c044575c68e9b4de372d171628bcf80f (patch)
treee0fd18e05c39bcfdae86a5331be053cba4cc422f
parent97f30765a12cf16087af934e04e4b9cc2925fc2b (diff)
downloadkutter-f8a28401c044575c68e9b4de372d171628bcf80f.tar.gz
kutter-f8a28401c044575c68e9b4de372d171628bcf80f.tar.xz
kutter-f8a28401c044575c68e9b4de372d171628bcf80f.zip
config: Update indentation of display section in example-extras.cfg
Use the same indentation as the other sections. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r--config/example-extras.cfg17
1 files changed, 8 insertions, 9 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg
index 38076f6e..a28654f7 100644
--- a/config/example-extras.cfg
+++ b/config/example-extras.cfg
@@ -375,24 +375,23 @@
# Support for a display attached to the micro-controller.
#[display]
#lcd_type:
-# The type of LCD chip in use. This may be either "hd44780" (which
-# is used in "RepRapDiscount 2004 Smart Controller" type displays)
-# or "st7920" (which is used in "RepRapDiscount 12864 Full Graphic
-# Smart Controller" type displays). This parameter must be
-# provided.
+# The type of LCD chip in use. This may be either "hd44780" (which
+# is used in "RepRapDiscount 2004 Smart Controller" type displays)
+# or "st7920" (which is used in "RepRapDiscount 12864 Full Graphic
+# Smart Controller" type displays). This parameter must be provided.
#rs_pin:
#e_pin:
#d4_pin:
#d5_pin:
#d6_pin:
#d7_pin:
-# The pins connected to an hd44780 type lcd. These parameters must
-# be provided when using an hd44780 display.
+# The pins connected to an hd44780 type lcd. These parameters must
+# be provided when using an hd44780 display.
#cs_pin:
#sclk_pin:
#sid_pin:
-# The pins connected to an st7920 type lcd. These parameters must
-# be provided when using an st7920 display.
+# The pins connected to an st7920 type lcd. These parameters must be
+# provided when using an st7920 display.
# Replicape support - see the generic-replicape.cfg file for further