diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-12-04 09:13:46 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-12-04 09:13:46 -0500 |
commit | 8f1753c8cec537f7f3e2ba4924fd5aa9850bfc4f (patch) | |
tree | 0992af0548e7a04e80f316ef8ea8b57968c9b97f /config/sample-lcd.cfg | |
parent | 8e296db41078b9dfb3b0c3ff51be3977ebbe3f4f (diff) | |
download | kutter-8f1753c8cec537f7f3e2ba4924fd5aa9850bfc4f.tar.gz kutter-8f1753c8cec537f7f3e2ba4924fd5aa9850bfc4f.tar.xz kutter-8f1753c8cec537f7f3e2ba4924fd5aa9850bfc4f.zip |
config: Update "Fysetc Mini 12864Panel" in sample-lcd.cfg
Use the more standard "lcd_type: uc1701" and reverse the encoder pins.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/sample-lcd.cfg')
-rw-r--r-- | config/sample-lcd.cfg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/sample-lcd.cfg b/config/sample-lcd.cfg index 5b35b9c1..c6a5a8c6 100644 --- a/config/sample-lcd.cfg +++ b/config/sample-lcd.cfg @@ -96,12 +96,12 @@ pin: EXP1_1 ###################################################################### [display] -lcd_type: st7567 +lcd_type: uc1701 cs_pin: EXP1_3 a0_pin: EXP1_4 -rs_pin: EXP1_5 +rst_pin: EXP1_5 contrast: 63 -encoder_pins: ^EXP2_3, ^EXP2_5 +encoder_pins: ^EXP2_5, ^EXP2_3 click_pin: ^!EXP1_2 ## Some micro-controller boards may require an spi bus to be specified: #spi_bus: spi |