YHCB2004 pins followup (#21472)
This commit is contained in:
parent
c45b91aa94
commit
001c77d1f7
@ -157,16 +157,16 @@
|
|||||||
|
|
||||||
#if ENABLED(YHCB2004)
|
#if ENABLED(YHCB2004)
|
||||||
#ifndef YHCB2004_CLK
|
#ifndef YHCB2004_CLK
|
||||||
#define YHCB2004_CLK 5
|
#define YHCB2004_CLK 5
|
||||||
#define DIO52 YHCB2004_CLK
|
#define DIO52 YHCB2004_CLK
|
||||||
#endif
|
#endif
|
||||||
#ifndef YHCB2004_MOSI
|
#ifndef YHCB2004_MOSI
|
||||||
#define YHCB2004_MOSI 36
|
#define YHCB2004_MOSI 21
|
||||||
#define DIO51 YHCB2004_MOSI
|
#define DIO50 YHCB2004_MOSI
|
||||||
#endif
|
#endif
|
||||||
#ifndef YHCB2004_MISO
|
#ifndef YHCB2004_MISO
|
||||||
#define YHCB2004_MISO 21
|
#define YHCB2004_MISO 36
|
||||||
#define DIO50 YHCB2004_MISO
|
#define DIO51 YHCB2004_MISO
|
||||||
#endif
|
#endif
|
||||||
#elif HAS_WIRED_LCD
|
#elif HAS_WIRED_LCD
|
||||||
#ifndef LCD_PINS_RS
|
#ifndef LCD_PINS_RS
|
||||||
@ -209,4 +209,4 @@
|
|||||||
#ifndef BTN_ENC
|
#ifndef BTN_ENC
|
||||||
#define BTN_ENC 19
|
#define BTN_ENC 19
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user