ellensp
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
Marlin/src/pins/sanguino/pins_SANGUINOLOLU_11.h
|
@ -163,6 +163,8 @@ |
|
|
#define LCD_PINS_RS 17 |
|
|
#define LCD_PINS_RS 17 |
|
|
#define LCD_PINS_ENABLE 16 |
|
|
#define LCD_PINS_ENABLE 16 |
|
|
#define LCD_PINS_D4 11 |
|
|
#define LCD_PINS_D4 11 |
|
|
|
|
|
#define KILL_PIN 10 |
|
|
|
|
|
#define BEEPER_PIN 27 |
|
|
|
|
|
|
|
|
#ifndef BOARD_ST7920_DELAY_1 |
|
|
#ifndef BOARD_ST7920_DELAY_1 |
|
|
#define BOARD_ST7920_DELAY_1 DELAY_NS(0) |
|
|
#define BOARD_ST7920_DELAY_1 DELAY_NS(0) |
|
|