Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
marlin-anet-a8
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jonas Leder
marlin-anet-a8
Commits
5e3d3918
Commit
5e3d3918
authored
Jul 17, 2016
by
Scott Lahteine
Browse files
Options
Downloads
Patches
Plain Diff
Patch compile error for RAMPS LCD pins
parent
94955a8b
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Marlin/pins_RAMPS_14.h
+9
-7
9 additions, 7 deletions
Marlin/pins_RAMPS_14.h
with
9 additions
and
7 deletions
Marlin/pins_RAMPS_14.h
+
9
−
7
View file @
5e3d3918
...
@@ -149,13 +149,14 @@
...
@@ -149,13 +149,14 @@
#define LCD_PINS_D6 44
#define LCD_PINS_D6 44
#define LCD_PINS_D7 64
#define LCD_PINS_D7 64
#else
#else
#define BEEPER_PIN 33
#define LCD_PINS_RS 16
#define LCD_PINS_RS 16
#define LCD_PINS_ENABLE 17
#define LCD_PINS_ENABLE 17
#define LCD_PINS_D4 23
#define LCD_PINS_D4 23
#define LCD_PINS_D5 25
#define LCD_PINS_D5 25
#define LCD_PINS_D6 27
#define LCD_PINS_D6 27
#define LCD_PINS_D7 29
#define LCD_PINS_D7 29
#if DISABLED(NEWPANEL)
#define BEEPER_PIN 33
// Buttons are attached to a shift register
// Buttons are attached to a shift register
// Not wired yet
// Not wired yet
//#define SHIFT_CLK 38
//#define SHIFT_CLK 38
...
@@ -163,6 +164,7 @@
...
@@ -163,6 +164,7 @@
//#define SHIFT_OUT 40
//#define SHIFT_OUT 40
//#define SHIFT_EN 17
//#define SHIFT_EN 17
#endif
#endif
#endif
#if ENABLED(NEWPANEL)
#if ENABLED(NEWPANEL)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment