Rapide Lite 200 config, pins_RL200 RUMBA clone (#12848)

This commit is contained in:
chrisly42
2019-01-20 03:19:14 +01:00
committed by Scott Lahteine
parent 6411680364
commit 99e5e8362f
8 changed files with 4126 additions and 25 deletions

View File

@@ -109,7 +109,7 @@
#endif
//
// LCD
// LCD / Controller
//
#define LCD_PINS_RS 19
#define LCD_PINS_ENABLE 42
@@ -119,12 +119,18 @@
#define LCD_PINS_D7 40
//
// SD CARD, ROTARY ENCODER, BEEPER
// Beeper, SD Card, Encoder
//
#define SDPOWER -1
#define SDSS 53
#define SD_DETECT_PIN 49
#define BEEPER_PIN 44
#define BTN_EN1 11
#define BTN_EN2 12
#define BTN_ENC 43
#if ENABLED(SDSUPPORT)
#define SDPOWER -1
#define SDSS 53
#define SD_DETECT_PIN 49
#endif
#if ENABLED(NEWPANEL)
#define BTN_EN1 11
#define BTN_EN2 12
#define BTN_ENC 43
#endif