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.29k stars 19.24k forks source link

[FR] Support for one line LCD for ex. 1x16 #10282

Open xyyzyyx opened 6 years ago

xyyzyyx commented 6 years ago

Hi,

Marlin suports 2 and more lines LCDs. Unfortunately doesn't work properly with one line LCD's for example 1x16. There are a lot of LCD with BIG letters which can be used just to display temps or use menu to start print from a SD card for exaple. How can I compile it with 1x16 support?

thinkyhead commented 6 years ago

It is not currently supported. You'll need to rewrite portions of Marlin to support a 1x16 LCD.