|
@@ -496,7 +496,22 @@
|
496
|
496
|
|
497
|
497
|
#endif
|
498
|
498
|
|
|
499
|
+ #if MOTHERBOARD == 77
|
|
500
|
+ #define BEEPER -1
|
499
|
501
|
|
|
502
|
+ #define LCD_PINS_RS 27
|
|
503
|
+ #define LCD_PINS_ENABLE 29
|
|
504
|
+ #define LCD_PINS_D4 37
|
|
505
|
+ #define LCD_PINS_D5 35
|
|
506
|
+ #define LCD_PINS_D6 33
|
|
507
|
+ #define LCD_PINS_D7 31
|
|
508
|
+
|
|
509
|
+ //buttons
|
|
510
|
+ #define BTN_EN1 16
|
|
511
|
+ #define BTN_EN2 17
|
|
512
|
+ #define BTN_ENC 23 //the click
|
|
513
|
+
|
|
514
|
+ #endif
|
500
|
515
|
#else //old style panel with shift register
|
501
|
516
|
//arduino pin witch triggers an piezzo beeper
|
502
|
517
|
#define BEEPER 33 //No Beeper added
|