|
SKR v1.3 with the Anet 12864 LCD display (will it ever work?) August 02, 2019 01:12PM |
Registered: 7 years ago Posts: 9 |
#define ANET_FULL_GRAPHICS_LCDin Configuration.h and the following added to pins_BIGTREE_SKR_C1.3.h:
#if ENABLED(ANET_FULL_GRAPHICS_LCD)
#undef BTN_EN1
#undef BTN_EN2
#undef BTN_ENC
#undef BEEPER_PIN
#undef LCD_PINS_D4
#undef LCD_PINS_ENABLE
#undef LCD_PINS_RS
#undef ST7920_DELAY_1
#undef ST7920_DELAY_2
#undef ST7920_DELAY_3
#define BTN_EN1 P1_20
#define BTN_EN2 P1_22
#define BTN_ENC P1_18
#define BEEPER_PIN P1_30
#define LCD_PINS_D4 P0_28
#define LCD_PINS_ENABLE P1_21
#define LCD_PINS_RS P1_23
#define ST7920_DELAY_1 DELAY_NS(0)
#define ST7920_DELAY_2 DELAY_NS(63)
#define ST7920_DELAY_3 DELAY_NS(125)
#define STD_ENCODER_PULSES_PER_STEP 4
#define STD_ENCODER_STEPS_PER_MENU_ITEM 1
#endif
|
Re: SKR v1.3 with the Anet 12864 LCD display (will it ever work?) August 02, 2019 01:47PM |
Registered: 7 years ago Posts: 9 |
|
Re: SKR v1.3 with the Anet 12864 LCD display (will it ever work?) August 08, 2019 05:39PM |
Registered: 7 years ago Posts: 9 |
|
Re: SKR v1.3 with the Anet 12864 LCD display (will it ever work?) November 04, 2019 09:13AM |
Registered: 6 years ago Posts: 2 |
|
Re: SKR v1.3 with the Anet 12864 LCD display (will it ever work?) November 04, 2019 03:25PM |
Registered: 7 years ago Posts: 9 |
|
Re: SKR v1.3 with the Anet 12864 LCD display (will it ever work?) November 05, 2019 12:10PM |
Registered: 6 years ago Posts: 2 |