git-user44
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
7 additions and
0 deletions
-
Marlin/src/pins/sanguino/pins_SANGUINOLOLU_11.h
|
|
@ -180,6 +180,13 @@ |
|
|
|
// Marlin so this can be used for BEEPER_PIN. You can use this pin
|
|
|
|
// with M42 instead of BEEPER_PIN.
|
|
|
|
#define BEEPER_PIN 27 |
|
|
|
|
|
|
|
#if ENABLED(REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER) |
|
|
|
#define BOARD_ST7920_DELAY_1 DELAY_NS(0) |
|
|
|
#define BOARD_ST7920_DELAY_2 DELAY_NS(188) |
|
|
|
#define BOARD_ST7920_DELAY_3 DELAY_NS(0) |
|
|
|
#endif |
|
|
|
|
|
|
|
#else // Sanguinololu >=1.3
|
|
|
|
#define LCD_PINS_RS 4 |
|
|
|
#define LCD_PINS_ENABLE 17 |
|
|
|