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.
32 lines
743 B
32 lines
743 B
2 weeks ago
|
# diyelectromusic Raspberry Pi MiniDexed IO Module (HD44780 Version) (RpiMiniDexedHD44780)
|
||
|
# https://github.com/diyelectromusic/sdemp_pcbs/tree/main/RpiMiniDexedHD44780
|
||
|
# https://diyelectromusic.wordpress.com/2022/08/16/minidexed-raspberry-pi-io-board-part-3/
|
||
|
|
||
|
SoundDevice=i2s
|
||
|
|
||
|
LCDEnabled=1
|
||
|
LCDPinEnable=10
|
||
|
LCDPinRegisterSelect=9
|
||
|
LCDPinReadWrite=0
|
||
|
LCDPinData4=22
|
||
|
LCDPinData5=27
|
||
|
LCDPinData6=17
|
||
|
LCDPinData7=4
|
||
|
LCDI2CAddress=0x00
|
||
|
SSD1306LCDI2CAddress=0
|
||
|
LCDColumns=16
|
||
|
LCDRows=2
|
||
|
|
||
|
EncoderEnabled=1
|
||
|
EncoderPinClock=24
|
||
|
EncoderPinData=23
|
||
|
For the two buttons, and the rotary encoder switch itself:
|
||
|
|
||
|
ButtonPinBack=25
|
||
|
ButtonActionBack=longpress
|
||
|
ButtonPinSelect=25
|
||
|
ButtonActionSelect=click
|
||
|
ButtonPinHome=25
|
||
|
ButtonActionHome=doubleclick
|
||
|
ButtonPinShortcut=25
|