diff options
author | Arksine <arksine.code@gmail.com> | 2018-06-27 18:22:42 -0400 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2018-06-27 19:46:38 -0400 |
commit | 696ee69f2c83a4c5318fd4db945331d548300b47 (patch) | |
tree | ad73f9b9cb25744d88933e20e7855547e07ba11f /config/example-extras.cfg | |
parent | 593b4d2656a51fd3a05fe5b6fc02b864fd8de15c (diff) | |
download | kutter-696ee69f2c83a4c5318fd4db945331d548300b47.tar.gz kutter-696ee69f2c83a4c5318fd4db945331d548300b47.tar.xz kutter-696ee69f2c83a4c5318fd4db945331d548300b47.zip |
config: update example-extras.cfg to include uc1701 display
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
Diffstat (limited to 'config/example-extras.cfg')
-rw-r--r-- | config/example-extras.cfg | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index 81231f75..0ef6e63a 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -522,10 +522,11 @@ # 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 "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. #rs_pin: #e_pin: #d4_pin: @@ -539,7 +540,10 @@ #sid_pin: # The pins connected to an st7920 type lcd. These parameters must be # provided when using an st7920 display. - +#cs_pin: +#a0_pin +# The pins connected to an uc1701 type lcd. These parameters must be +# provided when using an uc1701 display. # Custom thermistors (one may define any number of sections with a # "thermistor" prefix). A custom thermistor may be used in the |