This is a fork of the project deej, I added SSD1306 display support. The GUI was originally made by Eggdale
- Open your Arduino IDE and go to Sketch > Include Library > Manage Libraries. The Library Manager should open.
- Type “SSD1306” in the search box and install the SSD1306 library from Adafruit.
- It will prompt a message to also install other libraries. Install those libraries.
In the code there is a &Wire
variable that seems odd, looks like the IDE can configure automatically the I2C Pins, in my case (I use the RP2040-Zero) the pins I use are 4 and 5.
Also, my ADC's have 12 bits of resolutions so my values are calculated to 4095, but if you're using an arduino, you need to stick to the original implementation to deej.
This is a "Dumb" implementation, keep in mind that is a work in progress, but feel free to suggest changes!!