diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-11-21 13:43:48 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-11-21 20:45:53 -0500 |
commit | e231ac74221fcfa6e26ace1027d322c7fe111e38 (patch) | |
tree | c8ac2cc21d8bc08ccbad740783030148fb63e3a9 /config/example-extras.cfg | |
parent | a00d7b418f88c1ff453f3477b278e25044fb61ed (diff) | |
download | kutter-e231ac74221fcfa6e26ace1027d322c7fe111e38.tar.gz kutter-e231ac74221fcfa6e26ace1027d322c7fe111e38.tar.xz kutter-e231ac74221fcfa6e26ace1027d322c7fe111e38.zip |
uc1701: Add support for SSD1306 displays
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/example-extras.cfg')
-rw-r--r-- | config/example-extras.cfg | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index a86759f0..e79ec469 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -863,11 +863,12 @@ # Support for a display attached to the micro-controller. #[display] #lcd_type: -# The type of LCD chip in use. This may be "hd44780" (which is -# used in "RepRapDiscount 2004 Smart Controller" type displays), -# "st7920" (which is used in "RepRapDiscount 12864 Full Graphic -# Smart Controller" type displays) or "uc1701" (which is used in -# "MKS Mini 12864" type displays). This parameter must be provided. +# The type of LCD chip in use. This may be "hd44780" (which is used +# in "RepRapDiscount 2004 Smart Controller" type displays), "st7920" +# (which is used in "RepRapDiscount 12864 Full Graphic Smart +# Controller" type displays), "uc1701" (which is used in "MKS Mini +# 12864" type displays), or "ssd1306". This parameter must be +# provided. #rs_pin: #e_pin: #d4_pin: @@ -885,6 +886,10 @@ #a0_pin # The pins connected to an uc1701 type lcd. These parameters must be # provided when using an uc1701 display. +#cs_pin: +#dc_pin +# The pins connected to an ssd1306 type lcd. These parameters must +# be provided when using an ssd1306 display. #menu_root: # Entry point for menu, root menu container name. If this parameter # is not provided then default menu root is used. When provided |