Skip to content

Commit 04c8a31

Browse files
committed
🎨 Misc. LCD pins comments
1 parent 3856037 commit 04c8a31

File tree

93 files changed

+128
-48
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+128
-48
lines changed

Marlin/src/pins/esp32/pins_MM_JOKER.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@
219219
//
220220
// LCD / Controller
221221
//
222+
222223
#if HAS_WIRED_LCD
223224

224225
//#define LCD_PINS_RS 13

Marlin/src/pins/esp32/pins_MRR_ESPE.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,9 @@
121121
#define SDSS 5
122122
#define USES_SHARED_SPI // SPI is shared by SD card with TMC SPI drivers
123123

124-
//////////////////////////
125-
// LCDs and Controllers //
126-
//////////////////////////
124+
//
125+
// LCD / Controller
126+
//
127127

128128
#if HAS_WIRED_LCD
129129

Marlin/src/pins/linux/pins_RAMPS_LINUX.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -399,9 +399,9 @@
399399
#define EXP2_07_PIN 49 // SD_DET
400400
#define EXP2_08_PIN 41 // KILL
401401

402-
//////////////////////////
403-
// LCDs and Controllers //
404-
//////////////////////////
402+
//
403+
// LCD / Controller
404+
//
405405

406406
#if ANY(TFT_COLOR_UI, TFT_CLASSIC_UI, TFT_LVGL_UI)
407407

Marlin/src/pins/lpc1768/pins_BTT_SKR_common.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@
111111
//
112112
// LCD / Controller
113113
//
114+
114115
#if !defined(BEEPER_PIN) && HAS_WIRED_LCD && DISABLED(LCD_USE_I2C_BUZZER)
115116
#define BEEPER_PIN P1_30 // (EXP1-1) Not 5V-tolerant
116117
#endif

Marlin/src/pins/lpc1768/pins_EMOTRONIC.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@
138138
//
139139
// LCD / Controller
140140
//
141+
141142
#if ENABLED(EMOTION_TECH_LCD)
142143
#define BEEPER_PIN EXP2_01_PIN
143144
#define DOGLCD_A0 EXP2_06_PIN

Marlin/src/pins/lpc1768/pins_MKS_SBASE.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@
230230
//
231231
// LCD / Controller
232232
//
233+
233234
#if IS_TFTGLCD_PANEL
234235

235236
#if ENABLED(TFTGLCD_PANEL_SPI)

Marlin/src/pins/lpc1769/pins_SMOOTHIEBOARD.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@
9393
//
9494
// LCD / Controller
9595
//
96+
9697
#if ANY(VIKI2, miniVIKI)
9798

9899
#define BEEPER_PIN P1_31

Marlin/src/pins/mega/pins_CNCONTROLS_11.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@
138138
//
139139
// LCD / Controller
140140
//
141+
141142
#if HAS_WIRED_LCD
142143
#define BEEPER_PIN 6
143144

Marlin/src/pins/mega/pins_CNCONTROLS_12.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@
143143
//
144144
// LCD / Controller
145145
//
146+
146147
#if HAS_WIRED_LCD
147148
#define BEEPER_PIN 16
148149

Marlin/src/pins/mega/pins_EINSTART-S.h

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,8 @@
7878
#define SDSS 53
7979
#define LED_PIN 4
8080

81-
//////////////////////////
82-
// LCDs and Controllers //
83-
//////////////////////////
84-
8581
//
86-
// LCD Display output pins
82+
// LCD / Controller
8783
//
8884

8985
// Requires #define U8GLIB_SH1106_EINSTART in Configuration.h

0 commit comments

Comments
 (0)