Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 934 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 934 Bytes

b0xx-input-viewer

The B0XX Input Viewer uses electron-serialport and is derived from one if its examples.

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone "https://github.com/SimpleControllers/b0xx-input-viewer/"
# Go into the repository
cd b0xx-input-viewer
# Install dependencies
npm install
# Run the app
npm start

This app may be used by third parties with disclosure. It is easy to change the background by simply changing bg.png. Layout changes are done by changing the images (assigned to each button) as they are just layered and shown and masked accordingly. By default it works with B0XX Controller device and vendor ids (the code will have to be changed accordingly to accomodate for different ones).