mirror of https://github.com/probonopd/MiniDexed
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
880 B
51 lines
880 B
#
|
|
# minidexed.ini
|
|
#
|
|
|
|
# Sound device
|
|
#SoundDevice=i2s
|
|
SoundDevice=pwm
|
|
#SoundDevice=hdmi
|
|
SampleRate=48000
|
|
#ChunkSize=256
|
|
DACI2CAddress=0
|
|
ChannelsSwapped=0
|
|
|
|
# MIDI
|
|
MIDIBaudRate=31250
|
|
#MIDIThru=umidi1,ttyS1
|
|
MIDIRXProgramChange=1
|
|
|
|
# HD44780 LCD
|
|
LCDEnabled=1
|
|
LCDPinEnable=17
|
|
LCDPinRegisterSelect=4
|
|
LCDPinReadWrite=0
|
|
LCDPinData4=22
|
|
LCDPinData5=23
|
|
LCDPinData6=24
|
|
LCDPinData7=25
|
|
LCDI2CAddress=0x00
|
|
|
|
# GPIO Button Navigation
|
|
# There are two suggested button schemes:
|
|
# 5 Buttons based on an "arrow keypad" with a "home"
|
|
# 2 Buttons "back" and "select" for use in addition to a rotary encoder
|
|
#
|
|
# Although actually any buttons set to 255 will be ignored
|
|
#
|
|
ButtonPinPrev=16
|
|
ButtonPinNext=20
|
|
ButtonPinBack=5
|
|
ButtonPinSelect=6
|
|
ButtonPinHome=12
|
|
|
|
# KY-040 Rotary Encoder
|
|
EncoderEnabled=1
|
|
EncoderPinClock=10
|
|
EncoderPinData=9
|
|
EncoderPinSwitch=11
|
|
|
|
# Debug
|
|
MIDIDumpEnabled=0
|
|
ProfileEnabled=0
|
|
|