Add MKS_LCD12864B

This commit is contained in:
Scott Lahteine
2021-05-05 04:24:42 -05:00
parent d6cb657c85
commit ea34aa2d3e
5 changed files with 11 additions and 7 deletions

View File

@@ -26,8 +26,8 @@
* Conditionals that need to be set before Configuration_adv.h or pins.h
*/
// MKS_LCD12864 is a variant of MKS_MINI_12864
#if ENABLED(MKS_LCD12864)
// MKS_LCD12864A/B is a variant of MKS_MINI_12864
#if EITHER(MKS_LCD12864A, MKS_LCD12864B)
#define MKS_MINI_12864
#endif