General cleanup

This commit is contained in:
Scott Lahteine
2020-09-09 17:56:01 -05:00
parent 160f70be63
commit 9b78138600
6 changed files with 18 additions and 20 deletions

View File

@ -161,7 +161,7 @@
#if ENABLED(RET6_12864_LCD)
/* RET6 12864 LCD */
// RET6 12864 LCD
#define LCD_PINS_RS PB12
#define LCD_PINS_ENABLE PB15
#define LCD_PINS_D4 PB13
@ -174,7 +174,7 @@
#elif ENABLED(VET6_12864_LCD)
/* VET6 12864 LCD */
// VET6 12864 LCD
#define LCD_PINS_RS PA4
#define LCD_PINS_ENABLE PA7
#define LCD_PINS_D4 PA5
@ -185,7 +185,7 @@
#elif ENABLED(DWIN_CREALITY_LCD)
/* RET6 DWIN ENCODER LCD */
// RET6 DWIN ENCODER LCD
#define BTN_ENC PB14
#define BTN_EN1 PB15
#define BTN_EN2 PB12
@ -198,7 +198,7 @@
#elif ENABLED(DWIN_VET6_CREALITY_LCD)
/* VET6 DWIN ENCODER LCD */
// VET6 DWIN ENCODER LCD
#define BTN_ENC PA6
#define BTN_EN1 PA7
#define BTN_EN2 PA4