SKR mini E3 Turbo with DWIN display #837
Replies: 2 comments 6 replies
-
The stock V2 display is connected using UART, not SPI. Look at the pinout written at the LCD board near the connector. |
Beta Was this translation helpful? Give feedback.
-
If someone has free time can try to compile JyersUI for LPC1769. and add in Marlin\src\pins\lpc1769\pins_BTT_SKR_E3_TURBO.h
with default Marlin Bugfix branch the Ender3 v2 original Display works well with SKR E3 Turbo.
|
Beta Was this translation helpful? Give feedback.
-
hi
i try to get work the DWIN display with SKR mini E3 Turbo
Any idea how to get working without errors & warring?
in
Marlin\src\pins\lpc1769\pins_BTT_SKR_E3_TURBO.h
i add
`
#if ENABLED(DWIN_CREALITY_LCD)
#endif
#endif`
The pins from SKR mini looks like
with Jyers Firmware i got this error
With Original Marlin branch i got this warrning i don't know how to fix:
My config for Jyers branch
configs.zip
Beta Was this translation helpful? Give feedback.
All reactions