Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavelSindler <sindlerpa@gmail.com>2017-07-02 22:01:23 +0300
committerPavelSindler <sindlerpa@gmail.com>2017-07-02 22:01:23 +0300
commit17074e1d25b7c0949d735131a4d5316e170cd5d1 (patch)
tree89e402a6b58c2958bdb75d70e4ba020cc481d5f2 /Firmware/pins.h
parent29499510f44631f7b377db7994b7d9d6195360e1 (diff)
saving/restoring filename and current position in bytes to eeprom, UVLO changed
Diffstat (limited to 'Firmware/pins.h')
-rw-r--r--Firmware/pins.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/Firmware/pins.h b/Firmware/pins.h
index 046cc03b1..b49651cb1 100644
--- a/Firmware/pins.h
+++ b/Firmware/pins.h
@@ -399,9 +399,8 @@
#define BEEPER 84 // Beeper on AUX-4
#define LCD_PINS_RS 82
-
-#define LCD_PINS_ENABLE 61
-#define LCD_PINS_D4 59
+#define LCD_PINS_ENABLE 18
+#define LCD_PINS_D4 19
#define LCD_PINS_D5 70
#define LCD_PINS_D6 85
#define LCD_PINS_D7 71
@@ -413,7 +412,7 @@
#define SDCARDDETECT 15
-#define TACH_0 79
+#define TACH_0 81
#define TACH_1 80
#endif //NEWPANEL
@@ -504,12 +503,13 @@
#ifdef NEWPANEL
+
#define BEEPER 84 // Beeper on AUX-4
#define LCD_PINS_RS 82
//#define LCD_PINS_ENABLE 18
//#define LCD_PINS_D4 19
#define LCD_PINS_ENABLE 61
-#define LCD_PINS_D4 59
+#define LCD_PINS_D4 59
#define LCD_PINS_D5 70
#define LCD_PINS_D6 85
#define LCD_PINS_D7 71
@@ -522,7 +522,7 @@
#define SDCARDDETECT 15
#define TACH_0 79
-#define TACH_1 80
+#define TACH_1 80
#endif //NEWPANEL
#endif //ULTRA_LCD