Skip to content

Commit 8df439f

Browse files
committed
always enabled pins definition (for now)
1 parent 7168fb4 commit 8df439f

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Marlin/src/pins/stm32f1/pins_MD_D301.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,8 @@
192192
//
193193
// TFT with FSMC interface
194194
//
195-
#if HAS_FSMC_TFT
195+
//#if HAS_FSMC_TFT
196196
//#define TFT_RESET_PIN PC6 // FSMC_RST
197-
//#define TFT_BACKLIGHT_PIN PD13
198197

199198
#define DOGLCD_MOSI -1 // Prevent auto-define by Conditionals_post.h
200199
#define DOGLCD_SCK -1
@@ -218,4 +217,4 @@
218217

219218
// Buffer for Color UI
220219
#define TFT_BUFFER_SIZE 3200
221-
#endif
220+
//#endif

0 commit comments

Comments
 (0)