diff options
author | Grigori Goronzy <greg@chown.ath.cx> | 2018-04-09 20:49:43 +0200 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2018-04-09 16:24:14 -0400 |
commit | e097b085209e4737abc71dbb0fc06408a6e1f6d1 (patch) | |
tree | 021f6bb01714896d0cc8af38613a56266652598a /config/printer-anet-a8-2017.cfg | |
parent | 6466af63131cda874fa0f2d6fa86363ca224d79d (diff) | |
download | kutter-e097b085209e4737abc71dbb0fc06408a6e1f6d1.tar.gz kutter-e097b085209e4737abc71dbb0fc06408a6e1f6d1.tar.xz kutter-e097b085209e4737abc71dbb0fc06408a6e1f6d1.zip |
config: add display support for Anet A8
Signed-off-by: Grigori Goronzy <greg@kinoho.net>
Diffstat (limited to 'config/printer-anet-a8-2017.cfg')
-rw-r--r-- | config/printer-anet-a8-2017.cfg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config/printer-anet-a8-2017.cfg b/config/printer-anet-a8-2017.cfg index c02bf3f8..fd27de54 100644 --- a/config/printer-anet-a8-2017.cfg +++ b/config/printer-anet-a8-2017.cfg @@ -77,3 +77,12 @@ max_velocity: 300 max_accel: 1000 max_z_velocity: 20 max_z_accel: 100 + +[display] +lcd_type: hd44780 +rs_pin: PA3 +e_pin: PA2 +d4_pin: PD2 +d5_pin: PD3 +d6_pin: PC0 +d7_pin: PC1 |