123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117 |
- #define BOARD_NAME "Melzi (Creality)"
- #include "pins_MELZI.h"
- #undef LCD_SDSS
- #undef LED_PIN
- #undef LCD_PINS_RS
- #undef LCD_PINS_ENABLE
- #undef LCD_PINS_D4
- #undef LCD_PINS_D5
- #undef LCD_PINS_D6
- #undef LCD_PINS_D7
- #undef FIL_RUNOUT_PIN
- #define LCD_SDSS 31
- #define LCD_PINS_RS 28
- #define LCD_PINS_ENABLE 17
- #define LCD_PINS_D4 30
- #define FIL_RUNOUT_PIN -1
- #ifndef ST7920_DELAY_1
- #define ST7920_DELAY_1 DELAY_NS(125)
- #endif
- #ifndef ST7920_DELAY_2
- #define ST7920_DELAY_2 DELAY_NS(125)
- #endif
- #ifndef ST7920_DELAY_3
- #define ST7920_DELAY_3 DELAY_NS(125)
- #endif
- #if ENABLED(MINIPANEL)
- #undef DOGLCD_CS
- #define DOGLCD_CS LCD_PINS_RS
- #endif
|