Added MKS MINI 12864 support to FYSETC F6 V1.3 (#12656)
This commit is contained in:
parent
98cf546771
commit
d35dcafa3d
@ -197,4 +197,9 @@
|
|||||||
#define BTN_EN1 31
|
#define BTN_EN1 31
|
||||||
#define BTN_EN2 33
|
#define BTN_EN2 33
|
||||||
#define BTN_ENC 35
|
#define BTN_ENC 35
|
||||||
|
|
||||||
|
#if ENABLED(MKS_MINI_12864)
|
||||||
|
#define DOGLCD_A0 27
|
||||||
|
#define DOGLCD_CS 25
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user