Skip to content

Commit 2e7d114

Browse files
authored
Add hardware configuration for Serdaco MP32L device (#786)
1 parent 7da3649 commit 2e7d114

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

hwconfig/serdaco_mp32l.override

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Serdaco MP32L
2+
# https://www.serdashop.com/MP32L
3+
4+
SoundDevice=i2s
5+
SampleRate=48000
6+
DACI2CAddress=0
7+
ChannelsSwapped=0
8+
9+
MIDIBaudRate=31250
10+
MIDIThru=umidi1,ttyS1
11+
12+
SSD1306LCDI2CAddress=0x3c
13+
SSD1306LCDWidth=128
14+
SSD1306LCDHeight=32
15+
SSD1306LCDRotate=1
16+
SSD1306LCDMirror=0
17+
18+
LCDColumns=20
19+
LCDRows=2
20+
21+
ButtonPinPrev=17
22+
ButtonActionPrev=click
23+
ButtonPinNext=27
24+
ButtonActionNext=click
25+
ButtonPinBack=22
26+
ButtonActionBack=click
27+
ButtonPinSelect=23
28+
ButtonActionSelect=click
29+
ButtonPinHome=23
30+
ButtonActionHome=longpress
31+
ButtonPinShortcut=0
32+
33+
EncoderEnabled=0

0 commit comments

Comments
 (0)