This project is created a a part of StUpiD hAcK 2021 by Junction.
Demo video: https://vimeo.com/546880885
npm install -g stupid-input
First connect your Novation Launchpad Mini MK3 to your computer and then run:
stupid-input
The arrow buttons on the left side of the top row move the mouse a couple of pixels per press.
Left click is the topmost button of the rightmost column. Right click is right below it.
Below the right click button is the mouse drag button. If the light is on your mouse button is pressed and you can drag or select things.
In the rightmost column from fourth until seventh are the modifier keys in this order from top:
- alt
- command
- control
- shift
They also toggle on press.
There are two modes (third one maybe coming), keyboard and fast mouse.
- Fast mouse mode - top row, fifth button from left
- Keyboard mode - top row, seventh button from left
Press a white pad, and the cursor moves to that area of the screen
Draw a letter with the lights and press submit button (top row, rightmost button). You can reset your drawing with the reset button (bottom right corner).
- Nolux/Launchpadder for communicating with the device
- octalmage/robotjs for commanding the computer
- naptha/tesseract.js for identifying letters from a pixelated image
- oliver-moran/jimp for creating pixelated images from the launchpad pixel matrix
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
See also the list of contributors who participated in this project.