diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-03-06 13:15:09 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-03-06 13:15:09 -0500 |
commit | 5a168634655d08b1f3042992bd4ccf131bfb7efe (patch) | |
tree | 7627144613377ba768451efa43a232977ab8b000 /config/generic-rambo.cfg | |
parent | 08a5f8a5ffbc4a3aed825f8e9840702faab482d7 (diff) | |
download | kutter-5a168634655d08b1f3042992bd4ccf131bfb7efe.tar.gz kutter-5a168634655d08b1f3042992bd4ccf131bfb7efe.tar.xz kutter-5a168634655d08b1f3042992bd4ccf131bfb7efe.zip |
config: Fix hd44780 typo in rambo and ramps example configs
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/generic-rambo.cfg')
-rw-r--r-- | config/generic-rambo.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/generic-rambo.cfg b/config/generic-rambo.cfg index 20b298c6..77bdaa52 100644 --- a/config/generic-rambo.cfg +++ b/config/generic-rambo.cfg @@ -110,7 +110,7 @@ pins: !PB7 # "RepRapDiscount 2004 Smart Controller" type displays #[display] -#lcd_type: hd47780 +#lcd_type: hd44780 #rs_pin: PG4 #e_pin: PG3 #d4_pin: PJ2 |