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
e519c1c4
Commit
e519c1c4
authored
Mar 17, 2015
by
Simone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update pins.h
defined LCD_CONTRAST -1 for each MB as a default
parent
ba8f964e
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 @
e519c1c4
...
...
@@ -946,6 +946,7 @@
#ifdef REPRAP_DISCOUNT_SMART_CONTROLLER
#define BEEPER 37
#define LCD_CONTRAST -1
#define BTN_EN1 31
#define BTN_EN2 33
...
...
@@ -1145,6 +1146,7 @@
#ifdef REPRAP_DISCOUNT_SMART_CONTROLLER
#define BEEPER 37
#define LCD_CONTRAST -1
#define BTN_EN1 31
#define BTN_EN2 33
...
...
@@ -1344,6 +1346,7 @@
#ifdef REPRAP_DISCOUNT_SMART_CONTROLLER
#define BEEPER 37
#define LCD_CONTRAST -1
#define BTN_EN1 31
#define BTN_EN2 33
...
...
@@ -1543,6 +1546,7 @@
#ifdef REPRAP_DISCOUNT_SMART_CONTROLLER
#define BEEPER 37
#define LCD_CONTRAST -1
#define BTN_EN1 31
#define BTN_EN2 33
...
...
@@ -2026,6 +2030,8 @@
#ifdef NEWPANEL
//we have no buzzer installed
#define BEEPER -1
//we can't regulate contrast by default
#define LCD_CONTRAST -1
//LCD Pins
#ifdef DOGLCD
#ifdef U8GLIB_ST7920 //SPI GLCD 12864 ST7920 ( like [www.digole.com] ) For Melzi V2.0
...
...
@@ -2205,6 +2211,7 @@
#ifdef REPRAP_DISCOUNT_SMART_CONTROLLER
#define BEEPER 37
#define LCD_CONTRAST -1
#define BTN_EN1 31
#define BTN_EN2 33
...
...
@@ -2409,6 +2416,7 @@
#ifdef REPRAP_DISCOUNT_SMART_CONTROLLER
#define BEEPER 37
#define LCD_CONTRAST -1
#define BTN_EN1 31
#define BTN_EN2 33
...
...
@@ -4514,3 +4522,4 @@ DaveX plan for Teensylu/printrboard-type pinouts (ref teensylu & sprinter) for a
#define HAS_DIGIPOTSS (DIGIPOTSS_PIN >= 0)
#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