Browse Source

Adjust Melzi ST display timing (#18160)

vanilla_fb_2.0.x
git-user44 4 years ago
committed by GitHub
parent
commit
46112b9d50
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      Marlin/src/pins/sanguino/pins_SANGUINOLOLU_11.h

7
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

Loading…
Cancel
Save