Hello all,
I wrote some rotines to erase, create a directory, list files, write and read int16_t[256] arrays on an SD card using the SdFat.h library but when I load the audio.h library at the same time, I have compilation errors. Is there a way...
I have been using Duppa products in my projects for a long time. They work very well and allow you to connect many encoders with only 2 pins of the Teensy. Duppa also sells very easy to use i2c led rings.
For info, there are primitives:
midihost.idVendor()
midihost.idProduct()
with for example:
idVendor Akai = 0x9E8
idProduct Midi Mix = 0x31
idProduct MPK Mini Plus = 0x54
idVendor BEHRINGER = 0x1397
idProduct X TOUCH MINI = 0xB3
idVendor...
I am myself currently developing a very similar project, which uses an Akai MPK miniplus with eight encoders as a controller, a stg5000 card and an ili9488 screen.