MarlinFirmware / Marlin

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
https://marlinfw.org
GNU General Public License v3.0
16.18k stars 19.21k forks source link

[FR] Ender3 V2 - DACAI screen support #23621

Closed Li-Haung closed 2 years ago

Li-Haung commented 2 years ago

Is your feature request related to a problem? Please describe.

I got a new ender3 V2 this year,but Creality replaced DWIN screen with DACAI. Can add support for this screen ?

Are you looking for hardware support?

No response

Describe the feature you want

Add support for DACAI screen

Additional context

20220126_102212

ellensp commented 2 years ago

Some work has already been done on this see https://github.com/MarlinFirmware/Configurations/issues/645# This screen is also supplied on Ender 3 S1

mriscoc commented 2 years ago

This display emulates some of the functionalities of the old DWIN display but its API is not exactly the same. I found the programming interface for the old DWIN, but not for this new unit. Have you found some information about it?

ellensp commented 2 years ago

the PR to support these ass been added. https://github.com/MarlinFirmware/Marlin/pull/23822 closing.

github-actions[bot] commented 2 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.