Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 months 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 (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-31T22:00:34.000Z (12 months ago)
- Last Synced: 2024-02-01T22:44:52.704Z (11 months ago)
- Language: C++
- Homepage:
- Size: 831 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## RP2040 DelugeClient
![DelugeClient Image](rp2040delugeclient.jpg)
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).