diff options
Diffstat (limited to 'config/generic-rambo.cfg')
-rw-r--r-- | config/generic-rambo.cfg | 26 |
1 files changed, 11 insertions, 15 deletions
diff --git a/config/generic-rambo.cfg b/config/generic-rambo.cfg index 77bdaa52..4884871d 100644 --- a/config/generic-rambo.cfg +++ b/config/generic-rambo.cfg @@ -108,19 +108,15 @@ pins: [static_digital_output yellow_led] pins: !PB7 -# "RepRapDiscount 2004 Smart Controller" type displays -#[display] -#lcd_type: hd44780 -#rs_pin: PG4 -#e_pin: PG3 -#d4_pin: PJ2 -#d5_pin: PJ3 -#d6_pin: PJ7 -#d7_pin: PJ4 +# Common EXP1 / EXP2 (display) pins +[board_pins] +aliases: + # Common EXP1/EXP2 headers found on RAMBo v1.4 + EXP1_1=PE6, EXP1_3=PG3, EXP1_5=PJ2, EXP1_7=PJ7, EXP1_9=<GND>, + EXP1_2=PE2, EXP1_4=PG4, EXP1_6=PJ3, EXP1_8=PJ4, EXP1_10=<5V>, + # EXP2 header + EXP2_1=PB3, EXP2_3=PJ5, EXP2_5=PJ6, EXP2_7=PD4, EXP2_9=<GND>, + EXP2_2=PB1, EXP2_4=PB0, EXP2_6=PB2, EXP2_8=PE7, EXP2_10=PH2 + # Pins EXP2_1, EXP2_6, EXP2_2 are also MISO, MOSI, SCK of bus "spi" -# "RepRapDiscount 128x64 Full Graphic Smart Controller" type displays -#[display] -#lcd_type: st7920 -#cs_pin: PG4 -#sclk_pin: PJ2 -#sid_pin: PG3 +# See the sample-lcd.cfg file for definitions of common LCD displays. |