Browse Source

YHCB2004 pins followup (#21472)

vanilla_fb_2.0.x
Vert 3 years ago
committed by Scott Lahteine
parent
commit
9f48314cb4
  1. 8
      Marlin/src/pins/mega/pins_GT2560_V3.h

8
Marlin/src/pins/mega/pins_GT2560_V3.h

@ -161,12 +161,12 @@
#define DIO52 YHCB2004_CLK
#endif
#ifndef YHCB2004_MOSI
#define YHCB2004_MOSI 36
#define DIO51 YHCB2004_MOSI
#define YHCB2004_MOSI 21
#define DIO50 YHCB2004_MOSI
#endif
#ifndef YHCB2004_MISO
#define YHCB2004_MISO 21
#define DIO50 YHCB2004_MISO
#define YHCB2004_MISO 36
#define DIO51 YHCB2004_MISO
#endif
#elif HAS_WIRED_LCD
#ifndef LCD_PINS_RS

Loading…
Cancel
Save