mirror of https://github.com/probonopd/MiniDexed
parent
dd8669d212
commit
eb114dbdb5
@ -0,0 +1,31 @@ |
||||
# diyelectromusic Raspberry Pi 400 MIDI and Audio Module (RPi400MIDIAudio) |
||||
# https://diyelectromusic.wordpress.com/2023/12/18/rpi-400-midi-and-audio-pcb-design/ |
||||
# https://diyelectromusic.wordpress.com/2023/12/18/rpi-400-midi-and-audio-pcb-build-guide/ |
||||
|
||||
SoundDevice=i2s |
||||
|
||||
LCDEnabled=1 |
||||
SSD1306LCDI2CAddress=0x3C |
||||
SSD1306LCDWidth=128 |
||||
SSD1306LCDHeight=32 |
||||
SSD1306LCDRotate=0 |
||||
SSD1306LCDMirror=0 |
||||
|
||||
LCDColumns=20 |
||||
LCDRows=2 |
||||
|
||||
ButtonPinPrev=0 |
||||
ButtonActionPrev= |
||||
ButtonPinNext=0 |
||||
ButtonActionNext= |
||||
ButtonPinBack=5 |
||||
ButtonActionBack=click |
||||
ButtonPinSelect=11 |
||||
ButtonActionSelect=click |
||||
ButtonPinHome=6 |
||||
ButtonActionHome=click |
||||
ButtonPinShortcut=11 |
||||
|
||||
EncoderEnabled=1 |
||||
EncoderPinClock=10 |
||||
EncoderPinData=9 |
Loading…
Reference in new issue