Skip to content

Can the printer use a 2004LCD-style display? #61

Answered by aegean-odyssey
mcexperts asked this question in Q&A
Discussion options

You must be logged in to vote

No, supporting a 2004-style LCD is not really possible. The 2004-style of LCD requires a very different interface than the printer's Malyan (Marlin's designation) display. The Malyan display uses a simple 3-wire tty serial interface, so a display/input device that can act like a simple terminal could work with a bit of rework to the printer's firmware -- rework to remove the Marlyan code and to use Marlin's menu system.

With some good technical info on the Malyan display board itself, I think an interesting solution is to re-design/re-program the firmware in the existing display to function as a Marlin compatible (generic serial) user interface. It's a shame that the display wasn't overha…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by aegean-odyssey
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #36 on January 27, 2021 05:18.