Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable SD Card on RepRap Display and RADDS #12446

Merged
merged 2 commits into from
Nov 17, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions Marlin/src/pins/pins_RADDS.h
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@
//
// Misc. Functions
//
#define SDSS 4
#define SD_DETECT_PIN 14
#define PS_ON_PIN 40 // SERVO3_PIN

Expand Down Expand Up @@ -227,7 +226,6 @@

#define BTN_BACK 71

#undef SDSS
#define SDSS 10
#define SD_DETECT_PIN 14

Expand All @@ -246,6 +244,9 @@
#define BTN_EN2 52
#define BTN_ENC 48

#define SDSS 10
#define SD_DETECT_PIN 14

#elif ENABLED(SSD1306_OLED_I2C_CONTROLLER)

#define BTN_EN1 50
Expand All @@ -268,3 +269,7 @@
#endif // SPARK_FULL_GRAPHICS

#endif // ULTRA_LCD

#ifndef SDSS
#define SDSS 4
#endif