diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-09-10 15:29:07 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-09-10 15:29:54 -0400 |
commit | b595c3e423c7d442672b75326bb7df474c6e1463 (patch) | |
tree | ebb1d11a6a72c0f930dad00a23da1288507ada61 /config/generic-smoothieboard.cfg | |
parent | d6f72eefa1f739583dca5354df654c0d8822a1af (diff) | |
download | kutter-b595c3e423c7d442672b75326bb7df474c6e1463.tar.gz kutter-b595c3e423c7d442672b75326bb7df474c6e1463.tar.xz kutter-b595c3e423c7d442672b75326bb7df474c6e1463.zip |
config: Add example lcd section to smoothieboard config
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/generic-smoothieboard.cfg')
-rw-r--r-- | config/generic-smoothieboard.cfg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config/generic-smoothieboard.cfg b/config/generic-smoothieboard.cfg index 48226cbb..6d635352 100644 --- a/config/generic-smoothieboard.cfg +++ b/config/generic-smoothieboard.cfg @@ -104,3 +104,12 @@ i2c_address: 90 scale: 2.25 # wiper 0 is E1 wiper_0: 1.0 + +# "RepRapDiscount 128x64 Full Graphic Smart Controller" type displays +#[display] +#lcd_type: st7920 +#cs_pin: P0.16 +#sclk_pin: P0.15 +#sid_pin: P0.18 +#encoder_pins: ^P3.25, ^P3.26 +#click_pin: ^!P1.30 |