Skip to content

Srafington/octoprint-LCD1602

 
 

Repository files navigation

OctoPrint-Lcd1602

This plug-in allows you to control a 16X2 lcd display (hd44780 connected to port I2C) to display the octoprint status. It is useful for people like me who have a printer without a display. It indicates on which port the printer is connected, the progress of printing. It also displays the remaining print time (thanks to a simple method). This plugin has to evolve:

  • add options in the interface
  • new version for oled displays :)

Setup

Install via the bundled Plugin Manager or manually using this URL:

https://github.com/n3bojs4/OctoPrint-Lcd1602/archive/master.zip

MANUAL INSTALL:

clone the repo :

git clone https://github.com/n3bojs4/OctoPrint-Lcd1602.git

install :

cd OctoPrint-Lcd1602 && python setup.py install

Configuration

Nothing to do for the moment :D

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 92.0%
  • Shell 8.0%