diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-02-07 18:23:17 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-02-07 18:23:17 -0500 |
commit | 6c10e4bcef874991a7a6ac741eb4a88b41d9d150 (patch) | |
tree | f00352624ff1b4df517806c08693e89c41270b19 | |
parent | 33c6c8b803484e4de4e60a72e5a5f88210549c01 (diff) | |
download | kutter-6c10e4bcef874991a7a6ac741eb4a88b41d9d150.tar.gz kutter-6c10e4bcef874991a7a6ac741eb4a88b41d9d150.tar.xz kutter-6c10e4bcef874991a7a6ac741eb4a88b41d9d150.zip |
config: Update generic-fysetc-f6.cfg display section
Reported by @bruce356 and @nandinho84.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | config/generic-fysetc-f6.cfg | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/config/generic-fysetc-f6.cfg b/config/generic-fysetc-f6.cfg index b74d4180..919ad70b 100644 --- a/config/generic-fysetc-f6.cfg +++ b/config/generic-fysetc-f6.cfg @@ -122,8 +122,11 @@ max_z_accel: 100 # "RepRapDiscount 128x64 Full Graphic Smart Controller" type displays #[display] #lcd_type: st7920 -#cs_pin: PA5 -#sclk_pin: PA3 -#sid_pin: PA7 -#encoder_pins: ^PA1, ^PH0 +#cs_pin: PH1 +#sclk_pin: PA1 +#sid_pin: PH0 +#encoder_pins: ^PC6, ^PC4 #click_pin: ^!PC2 +# +#[static_digital_output beeper] +#pins: !PC0 |