xevi/README.md
2025-11-22 19:33:25 +00:00

20 lines
744 B
Markdown

# xEVI
Hacked-up version of nuEVI (https://github.com/Trasselfrisyr/NuEVI)
Works with the teensy 4.0/4.1; different control layout; various other features and additions
Will update with more complete information once I get the prototype to something nice
## Building xEVI
Arduino project: I use platformIO; Arduino IDE would likely work too.
### Libraries
A few libraries need to be added that are not part of the default Arduino install. These can be
added directly via the Library Manager in the Arduino IDE:
* Adafruit MPR121
* Adafruit GFX
* Adafruit SSD1306 (version 1.2.9 or above)
* xEVI also includes on the [Filters](https://github.com/JonHub/Filters) library by Jonathan Driscoll, but that is no longer an external dependency.