Skip to content
This repository was archived by the owner on Sep 26, 2021. It is now read-only.

Latest commit

 

History

History
26 lines (19 loc) · 732 Bytes

File metadata and controls

26 lines (19 loc) · 732 Bytes

PixelOS

Generic badge Generic badge

PixelOS is a node.js driven software to power led matrices.

Installation

  • Download and install the newest verion of nodejs form https://nodejs.org
  • Clone the repository with
    $ git clone https://github.com/future-thinking/pixelos.git
    or download the zip file directly from Github.
  • cd into the cloned directory and run npm install

Configuring

Edit the config file located dist/config.json to change the default settings.

Start

use

$ node .

to start the software.