Welcome! Log In Create A New Profile

Advanced

ENDER 3 V2 SKR 1.4 TURBO compilation issues

Posted by Chwal 
ENDER 3 V2 screen on SKR 2 F429
February 18, 2022 02:24AM
This is how you do it firmware wise for ENDER 3 V2 screen on SKR 2 F429

Needed an edited pins_BTT_SKR_V2_0_common.h to define the encoder pins and the speaker pin

The screen itself has the serial port wires broken out and plugged into the tft serial pins

Edited 2 time(s). Last edit at 02/18/2022 02:41AM by Dust.
Attachments:
open | download - Configuration.h (109.8 KB)
open | download - Configuration_adv.h (173.3 KB)
open | download - pins_BTT_SKR_V2_0_common.h (17.1 KB)
open | download - platformio.ini (9.9 KB)
Re: ENDER 3 V2 screen on SKR 2
February 19, 2022 08:01PM
 *          Ender 3 V2 display                                  SKR V2 EXP1                         SKR V2 TFT    
 *                _____                                           _____                                 _           
 *            5V | 1 2 | GND                                  5V | 1 2 | GND                     reset |1|      
 *   (BTN_E1) A  | 3 4 | B   (BTN_E2)           (BTN_E1) A  PE13 | 3 4 | PE12 B   (BTN_E2)     TX PA10 |2|    
 *          BEEP | 5 6   ENT (BTN_ENC)          BEEP        PE11 | 5 6   PE10 ENT (BTN_ENC)    RX  PA9 |3|
 *            TX | 7 8 | RX                                  PE9 | 7 8 | PB1                       gnd |4|    
 *            NC | 9 10| NC                                  PB0 | 9 10| PC5                        5v |5|       
 *                -----                                           -----                                 -            
 *                EXP1


For these pins 

#if HAS_DWIN_E3V2 || IS_DWIN_MARLINUI

  #define BTN_ENC                    EXP1_06_PIN //PE10
  #define BTN_EN1                    EXP1_03_PIN //PE13
  #define BTN_EN2                    EXP1_04_PIN //PE12

  #ifndef BEEPER_PIN
    #define BEEPER_PIN               EXP1_05_PIN //PE11
  #endif
#endif


NB this has beeper moved from the previous post above. If using BEEPER_PIN EXP1_10_PIN this is pin PC5

Edited 3 time(s). Last edit at 02/19/2022 08:43PM by Dust.
Sorry, only registered users may post in this forum.

Click here to login