mirror of https://github.com/probonopd/MiniDexed
Add hardware configuration for genXnoise devices (#768)
parent
e9751e6241
commit
ffb6449258
@ -0,0 +1,44 @@ |
|||||||
|
# genXnoise dXeus machina |
||||||
|
# https://www.genxnoise.com/product-page/dxeus-machina-minidexed-eurorack-format |
||||||
|
|
||||||
|
SoundDevice=i2s |
||||||
|
SampleRate=48000 |
||||||
|
DACI2CAddress=0 |
||||||
|
ChannelsSwapped=0 |
||||||
|
|
||||||
|
MIDIThru=ttyS1,ttyS1 |
||||||
|
|
||||||
|
LCDEnabled=1 |
||||||
|
LCDPinEnable=17 |
||||||
|
LCDPinRegisterSelect=4 |
||||||
|
LCDPinReadWrite=0 |
||||||
|
LCDPinData4=22 |
||||||
|
LCDPinData5=23 |
||||||
|
LCDPinData6=24 |
||||||
|
LCDPinData7=25 |
||||||
|
LCDI2CAddress=0x00 |
||||||
|
|
||||||
|
SSD1306LCDI2CAddress=0x3c |
||||||
|
SSD1306LCDWidth=128 |
||||||
|
SSD1306LCDHeight=32 |
||||||
|
SSD1306LCDRotate=0 |
||||||
|
SSD1306LCDMirror=0 |
||||||
|
|
||||||
|
LCDColumns=20 |
||||||
|
LCDRows=2 |
||||||
|
|
||||||
|
ButtonPinPrev=0 |
||||||
|
ButtonActionPrev= |
||||||
|
ButtonPinNext=0 |
||||||
|
ButtonActionNext= |
||||||
|
ButtonPinBack=11 |
||||||
|
ButtonActionBack=longpress |
||||||
|
ButtonPinSelect=11 |
||||||
|
ButtonActionSelect=click |
||||||
|
ButtonPinHome=11 |
||||||
|
ButtonActionHome=doubleclick |
||||||
|
ButtonPinShortcut=11 |
||||||
|
|
||||||
|
EncoderEnabled=1 |
||||||
|
EncoderPinClock=9 |
||||||
|
EncoderPinData=10 |
@ -0,0 +1,31 @@ |
|||||||
|
# genXnoise desktop module |
||||||
|
# https://www.genxnoise.com/product-page/minidexed-midi-tone-module |
||||||
|
|
||||||
|
SoundDevice=i2s |
||||||
|
DACI2CAddress=0 |
||||||
|
ChannelsSwapped=0 |
||||||
|
|
||||||
|
LCDEnabled=1 |
||||||
|
LCDPinEnable=17 |
||||||
|
LCDPinRegisterSelect=4 |
||||||
|
LCDPinReadWrite=0 |
||||||
|
LCDPinData4=22 |
||||||
|
LCDPinData5=23 |
||||||
|
LCDPinData6=24 |
||||||
|
LCDPinData7=25 |
||||||
|
LCDI2CAddress=0x00 |
||||||
|
|
||||||
|
SSD1306LCDI2CAddress=0x3c |
||||||
|
SSD1306LCDWidth=128 |
||||||
|
SSD1306LCDHeight=32 |
||||||
|
SSD1306LCDRotate=0 |
||||||
|
SSD1306LCDMirror=0 |
||||||
|
|
||||||
|
LCDColumns=20 |
||||||
|
LCDRows=2 |
||||||
|
|
||||||
|
EncoderEnabled=1 |
||||||
|
EncoderPinClock=10 |
||||||
|
EncoderPinData=9 |
||||||
|
|
||||||
|
USBGadget=1 |
Loading…
Reference in new issue