tttapa / Control-Surface

Arduino library for creating MIDI controllers and other MIDI devices.
GNU General Public License v3.0
1.23k stars 138 forks source link

Oled with Mega 2560 #73

Closed rogerarends closed 4 years ago

rogerarends commented 4 years ago

Hi. Is it possible to update your MCU oled sketch to include Arduino Mega support. I only need track name and pan for the first channel. Or fix the sketch for MCU LED VU meter. It won't compile. Maybe an example without using the shiftfegister. I'm using Presonus Studio one 4 as my daw. I just purchased a Teensy 4 but unfortunately didn't check support so it's useless for now. The controller I built is similar to the Beringer X touch one.

Thanks in advance

rogerarends commented 4 years ago

Or I was thinking I could use hairless midi interface with the teensy 4 using your library. That would solve the problem for now until usbmidi is implemented.

tttapa commented 4 years ago

1c54ba6d4910150bea0303583673611f29def824

I edited the MCU OLED sketch for the Mega, the only thing that had to be changed were the pin numbers and configuration.
MCU-OLED-SSD1306-MEGA.ino

I also added a VULEDs example.
4.VULEDs.ino

rogerarends commented 4 years ago

Thanks, I'll test it tonight. Also regarding the teensy 4. Can I use it with hairless or should I wait till there's usbmidi implemented. On the forums they say it should be this month

On Dec 9, 2019 13:28, tttapa notifications@github.com wrote:

1c54ba6https://github.com/tttapa/Control-Surface/commit/1c54ba6d4910150bea0303583673611f29def824

I edited the MCU OLED sketch for the Mega, the only thing that had to be changed were the pin numbers and configuration.

I also added a VULEDs example.

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHubhttps://github.com/tttapa/Control-Surface/issues/73?email_source=notifications&email_token=AJSCCYH2PWRZFW634QCTOBDQXYTVXA5CNFSM4JYFGAK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEGI2PKQ#issuecomment-563193770, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AJSCCYCJNALRFD2G2ZAU7ALQXYTVXANCNFSM4JYFGAKQ.

tttapa commented 4 years ago

You should be able to use hairless without problems.