Apply some pins formatting

This commit is contained in:
Scott Lahteine
2020-11-07 16:53:37 -06:00
parent 426d555f6e
commit dfb6dd2ad2
13 changed files with 82 additions and 82 deletions

View File

@@ -25,17 +25,17 @@
* Geeetech A20M pin assignment
*/
#define LCD_PINS_RS 5
#define LCD_PINS_ENABLE 36
#define LCD_PINS_D4 21
#define LCD_PINS_D7 6
#define LCD_PINS_RS 5
#define LCD_PINS_ENABLE 36
#define LCD_PINS_D4 21
#define LCD_PINS_D7 6
#define SPEAKER // The speaker can produce tones
#if IS_NEWPANEL
#define BTN_EN1 16
#define BTN_EN2 17
#define BTN_ENC 19
#define BTN_EN1 16
#define BTN_EN2 17
#define BTN_ENC 19
#endif
#include "pins_GT2560_V3.h"