Skip to content
Snippets Groups Projects
Commit 0eba65f9 authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Fix for R.D.F.G.S.C. with MINITRONICS board

parent 83d0d593
No related branches found
No related tags found
No related merge requests found
...@@ -74,11 +74,13 @@ ...@@ -74,11 +74,13 @@
#define HEATER_1_PIN 8 // EXTRUDER 2 #define HEATER_1_PIN 8 // EXTRUDER 2
#define HEATER_BED_PIN 3 // BED #define HEATER_BED_PIN 3 // BED
/**
* Controllers and LCDs
*/
#define BEEPER_PIN -1 #define BEEPER_PIN -1
#if ENABLED(DOGLCD) #if ENABLED(REPRAPWORLD_GRAPHICAL_LCD)
#if ENABLED(U8GLIB_ST7920)
#define LCD_PINS_RS 15 // CS chip select /SS chip slave select #define LCD_PINS_RS 15 // CS chip select /SS chip slave select
#define LCD_PINS_ENABLE 11 // SID (MOSI) #define LCD_PINS_ENABLE 11 // SID (MOSI)
#define LCD_PINS_D4 10 // SCK (CLK) clock #define LCD_PINS_D4 10 // SCK (CLK) clock
...@@ -88,7 +90,6 @@ ...@@ -88,7 +90,6 @@
#define BTN_ENC 25 #define BTN_ENC 25
#define SD_DETECT_PIN 30 #define SD_DETECT_PIN 30
#endif
#else #else
...@@ -109,5 +110,4 @@ ...@@ -109,5 +110,4 @@
#define BLEN_A 0 #define BLEN_A 0
#define SD_DETECT_PIN -1 // Minitronics doesn't use this #define SD_DETECT_PIN -1 // Minitronics doesn't use this
#endif #endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment