Coder Social home page Coder Social logo

lcdd-build-notify's Introduction

lcdd-build-notify

lcdd-build-notify is a very simple python3 script used to indicate that building is in progress.

It uses forking mechanism, so first time you run this script->shows message on LCD->second time->removes message.

Installation

  • Install pylcdd library:
    $ pip3 install pylcddc
  • Configure connection to you LCDd server inside script:
    SERVER_ADDRESS = str('localhost')
    SERVER_PORT = int('13666')
    In most cases, localhost with 13666 will be enough.
  • Copy your script somewhere inside your PATH. I recommend /usr/local/bin:
    $ cp lcdd_build_notify.py /usr/local/bin

Configuration

Depends on IDE you use. You must invoke lcdd-build-notify.py before your build starts and after it finishes. In Qt Creator, you can add custom build steps in Projects->Building->Build steps.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.