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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jonas Leder
marlin-anet-a8
Commits
e43afb1a
Commit
e43afb1a
authored
5 years ago
by
Scott Lahteine
Browse files
Options
Downloads
Patches
Plain Diff
Clean up SKR pins
parent
9ccbd382
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Marlin/src/pins/pins_BIGTREE_SKR_V1.3.h
+19
-19
19 additions, 19 deletions
Marlin/src/pins/pins_BIGTREE_SKR_V1.3.h
with
19 additions
and
19 deletions
Marlin/src/pins/pins_BIGTREE_SKR_V1.3.h
+
19
−
19
View file @
e43afb1a
...
@@ -177,33 +177,33 @@
...
@@ -177,33 +177,33 @@
| EXP2 EXP1
| EXP2 EXP1
*/
*/
#if ENABLED(ULTRA_LCD)
#if ENABLED(ULTRA_LCD)
#define BEEPER_PIN
P1_30 // (37) not 5V tolerant
#define BEEPER_PIN P1_30 // (37) not 5V tolerant
#define BTN_ENC
P0_28 // (58) open-drain
#define BTN_ENC P0_28 // (58) open-drain
#if ENABLED(CR10_STOCKDISPLAY)
#if ENABLED(CR10_STOCKDISPLAY)
#define LCD_PINS_RS
P1_22
#define LCD_PINS_RS P1_22
#define BTN_EN1
P1_18
#define BTN_EN1 P1_18
#define BTN_EN2
P1_20
#define BTN_EN2 P1_20
#define LCD_PINS_ENABLE P1_23
#define LCD_PINS_ENABLE P1_23
#define LCD_PINS_D4
P1_21
#define LCD_PINS_D4 P1_21
#else
#else
#define LCD_PINS_RS
P1_19
#define LCD_PINS_RS P1_19
#define BTN_EN1
P3_26 // (31) J3-2 & AUX-4
#define BTN_EN1 P3_26 // (31) J3-2 & AUX-4
#define BTN_EN2
P3_25 // (33) J3-4 & AUX-4
#define BTN_EN2 P3_25 // (33) J3-4 & AUX-4
#define LCD_PINS_ENABLE P1_18
#define LCD_PINS_ENABLE P1_18
#define LCD_PINS_D4
P1_20
#define LCD_PINS_D4 P1_20
#define LCD_SDSS
P0_16 // (16) J3-7 & AUX-4
#define LCD_SDSS P0_16 // (16) J3-7 & AUX-4
#define SD_DETECT_PIN
P1_31 // (49) (NOT 5V tolerant)
#define SD_DETECT_PIN P1_31 // (49) (NOT 5V tolerant)
#if ENABLED(FYSETC_MINI_12864)
#if ENABLED(FYSETC_MINI_12864)
#define DOGLCD_CS
P1_18
#define DOGLCD_CS P1_18
#define DOGLCD_A0
P1_19
#define DOGLCD_A0 P1_19
#define LCD_BACKLIGHT_PIN -1
#define LCD_BACKLIGHT_PIN -1
...
@@ -243,14 +243,14 @@
...
@@ -243,14 +243,14 @@
#else // !FYSETC_MINI_12864
#else // !FYSETC_MINI_12864
#if ENABLED(MKS_MINI_12864)
#if ENABLED(MKS_MINI_12864)
#define DOGLCD_CS
P1_21
#define DOGLCD_CS P1_21
#define DOGLCD_A0
P1_22
#define DOGLCD_A0 P1_22
#endif
#endif
#if ENABLED(ULTIPANEL)
#if ENABLED(ULTIPANEL)
#define LCD_PINS_D5
P1_21
#define LCD_PINS_D5 P1_21
#define LCD_PINS_D6
P1_22
#define LCD_PINS_D6 P1_22
#define LCD_PINS_D7
P1_23
#define LCD_PINS_D7 P1_23
#endif
#endif
#endif // !FYSETC_MINI_12864
#endif // !FYSETC_MINI_12864
...
...
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