mirror of https://github.com/probonopd/MiniDexed
parent
6e3beeaf6e
commit
108ceba619
@ -0,0 +1,26 @@ |
|||||||
|
# diyelectromusic Raspberry Pi MiniDexed IO Module (SSD1306 Version) (RpiMiniDexedSSD1306) |
||||||
|
# https://github.com/diyelectromusic/sdemp_pcbs/tree/main/RpiMiniDexedSSD1306 |
||||||
|
# https://diyelectromusic.com/2022/08/16/minidexed-raspberry-pi-io-board-part-2/ |
||||||
|
|
||||||
|
SoundDevice=i2s |
||||||
|
|
||||||
|
LCDEnabled=1 |
||||||
|
SSD1306LCDI2CAddress=0x3C |
||||||
|
SSD1306LCDWidth=128 |
||||||
|
SSD1306LCDHeight=32 |
||||||
|
SSD1306LCDRotate=0 |
||||||
|
SSD1306LCDMirror=0 |
||||||
|
LCDColumns=20 |
||||||
|
LCDRows=2 |
||||||
|
|
||||||
|
ButtonPinBack=5 |
||||||
|
ButtonActionBack=click |
||||||
|
ButtonPinSelect=11 |
||||||
|
ButtonActionSelect=click |
||||||
|
ButtonPinHome=6 |
||||||
|
ButtonActionHome=click |
||||||
|
ButtonPinShortcut=11 |
||||||
|
|
||||||
|
EncoderEnabled=1 |
||||||
|
EncoderPinClock=9 |
||||||
|
EncoderPinData=10 |
Loading…
Reference in new issue