Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
MarlinKimbra
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
machinery
MarlinKimbra
Commits
c8c8eb3e
Commit
c8c8eb3e
authored
Mar 17, 2015
by
MagoKimbra
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #8 from simone97/patch-3
Update pins.h
parents
86d3dd96
e519c1c4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
2 deletions
+11
-2
pins.h
MarlinKimbra/pins.h
+11
-2
No files found.
MarlinKimbra/pins.h
View file @
c8c8eb3e
...
@@ -946,6 +946,7 @@
...
@@ -946,6 +946,7 @@
#ifdef REPRAP_DISCOUNT_SMART_CONTROLLER
#ifdef REPRAP_DISCOUNT_SMART_CONTROLLER
#define BEEPER 37
#define BEEPER 37
#define LCD_CONTRAST -1
#define BTN_EN1 31
#define BTN_EN1 31
#define BTN_EN2 33
#define BTN_EN2 33
...
@@ -1145,6 +1146,7 @@
...
@@ -1145,6 +1146,7 @@
#ifdef REPRAP_DISCOUNT_SMART_CONTROLLER
#ifdef REPRAP_DISCOUNT_SMART_CONTROLLER
#define BEEPER 37
#define BEEPER 37
#define LCD_CONTRAST -1
#define BTN_EN1 31
#define BTN_EN1 31
#define BTN_EN2 33
#define BTN_EN2 33
...
@@ -1344,6 +1346,7 @@
...
@@ -1344,6 +1346,7 @@
#ifdef REPRAP_DISCOUNT_SMART_CONTROLLER
#ifdef REPRAP_DISCOUNT_SMART_CONTROLLER
#define BEEPER 37
#define BEEPER 37
#define LCD_CONTRAST -1
#define BTN_EN1 31
#define BTN_EN1 31
#define BTN_EN2 33
#define BTN_EN2 33
...
@@ -1543,6 +1546,7 @@
...
@@ -1543,6 +1546,7 @@
#ifdef REPRAP_DISCOUNT_SMART_CONTROLLER
#ifdef REPRAP_DISCOUNT_SMART_CONTROLLER
#define BEEPER 37
#define BEEPER 37
#define LCD_CONTRAST -1
#define BTN_EN1 31
#define BTN_EN1 31
#define BTN_EN2 33
#define BTN_EN2 33
...
@@ -2026,6 +2030,8 @@
...
@@ -2026,6 +2030,8 @@
#ifdef NEWPANEL
#ifdef NEWPANEL
//we have no buzzer installed
//we have no buzzer installed
#define BEEPER -1
#define BEEPER -1
//we can't regulate contrast by default
#define LCD_CONTRAST -1
//LCD Pins
//LCD Pins
#ifdef DOGLCD
#ifdef DOGLCD
#ifdef U8GLIB_ST7920 //SPI GLCD 12864 ST7920 ( like [www.digole.com] ) For Melzi V2.0
#ifdef U8GLIB_ST7920 //SPI GLCD 12864 ST7920 ( like [www.digole.com] ) For Melzi V2.0
...
@@ -2205,6 +2211,7 @@
...
@@ -2205,6 +2211,7 @@
#ifdef REPRAP_DISCOUNT_SMART_CONTROLLER
#ifdef REPRAP_DISCOUNT_SMART_CONTROLLER
#define BEEPER 37
#define BEEPER 37
#define LCD_CONTRAST -1
#define BTN_EN1 31
#define BTN_EN1 31
#define BTN_EN2 33
#define BTN_EN2 33
...
@@ -2409,6 +2416,7 @@
...
@@ -2409,6 +2416,7 @@
#ifdef REPRAP_DISCOUNT_SMART_CONTROLLER
#ifdef REPRAP_DISCOUNT_SMART_CONTROLLER
#define BEEPER 37
#define BEEPER 37
#define LCD_CONTRAST -1
#define BTN_EN1 31
#define BTN_EN1 31
#define BTN_EN2 33
#define BTN_EN2 33
...
@@ -4518,3 +4526,4 @@ DaveX plan for Teensylu/printrboard-type pinouts (ref teensylu & sprinter) for a
...
@@ -4518,3 +4526,4 @@ DaveX plan for Teensylu/printrboard-type pinouts (ref teensylu & sprinter) for a
#define HAS_DIGIPOTSS (DIGIPOTSS_PIN >= 0)
#define HAS_DIGIPOTSS (DIGIPOTSS_PIN >= 0)
#endif //__PINS_H
#endif //__PINS_H
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment