Skip to content

Set app volumes with real sliders! deej is an Arduino & Go project to let you build your own hardware mixer for Windows and Linux

License

Notifications You must be signed in to change notification settings

ErikAlc-cyber/deej-display

 
 

Repository files navigation

Introduction

This is a fork of the project deej, I added SSD1306 display support. The GUI was originally made by Eggdale

How to use

  1. Open your Arduino IDE and go to Sketch > Include Library > Manage Libraries. The Library Manager should open.
  2. Type “SSD1306” in the search box and install the SSD1306 library from Adafruit.
  3. It will prompt a message to also install other libraries. Install those libraries.

Note

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.

Caution

This is a "Dumb" implementation, keep in mind that is a work in progress, but feel free to suggest changes!!

About

Set app volumes with real sliders! deej is an Arduino & Go project to let you build your own hardware mixer for Windows and Linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.4%
  • Other 0.6%