zsccat b22b0bc85c 上传文件至 'source/project/MikuButtonSlider' | 4 years ago | |
---|---|---|
source | 4 years ago | |
MikuButton.PNG | 4 years ago | |
README.md | 4 years ago | |
TestingBoard.jpg | 4 years ago |
This project is to help to build your own PDAFT arcade box. It is built on AVR micro controller and will represent itself as a HID keyboard.
It can connect 9 buttons and these 9 buttons are mapped as per PD-Loader key settings. (Triangle, Square, Cross, Circle, Start, Left Slider Left, Left Slider Right, Right Slider Left, Right Slider Right) You can also build a slider bar using MPR121 touch module and connect to I2C port. The slider bar will work along with slider buttons.
It support multiple key hold which is required by PDAFT. The project is based on HID 1.11 and support maximum 6 key hold at the same time.
If you need to build with slider bar support, you will need to download MPR121 library. MPR121 is using the standard Adafruit_MPR121 library. Please download it from Arduino library manager or Adafruit website. I have not included in this repository.
MikuButton Project (Simulate slider bar with button click)
MikuButtonSlider Project (MikuButton Project with Slider Bar support)
MikuButton Project
MikuButtonSlider Project