https://github.com/litui/delugeclient-rp2040
RP2040 Deluge Client (for viewing Synthstrom Deluge 7seg/OLED over midi hosted sysex)
https://github.com/litui/delugeclient-rp2040
Last synced: over 1 year ago
JSON representation
RP2040 Deluge Client (for viewing Synthstrom Deluge 7seg/OLED over midi hosted sysex)
- Host: GitHub
- URL: https://github.com/litui/delugeclient-rp2040
- Owner: litui
- Created: 2024-01-31T21:50:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-31T22:00:34.000Z (over 2 years ago)
- Last Synced: 2025-02-23T01:47:01.997Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 831 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## RP2040 DelugeClient

This work based on original proof-of-concept by @bfredl at https://github.com/bfredl/delugeclient .
As it currently stands, this only supports OLED messages and will attempt to send sysex requests to any midi device attached. When connecting to a 7seg Deluge, one must "flip" the signal to OLED (on my hardware that means pressing button "C" on the OLED featherwing).
### Todo:
- 7seg rendering
- Specific midi device detection
- Debug messages
- Support for more generic hardware (I just used what I had on hand).