![]() |
||
---|---|---|
.gitignore | ||
README.md | ||
config.h | ||
maimaiTouchControl.ino |
README.md
DIY Maimai Touch Screen
This project is a modification from the original project shared by HelloworldDk ↗ and aims to improve the stability and usability of the touch screen.
Getting Started
Before you proceed, we strongly recommend you to read the original repository ↗ for setup guide and understanding the basis of this project.
Project Improvements
The improments upon the original project are as follows:
-
Isolated MPR121 Parameters: We've isolated key MPR121 parameters for easy modification. This will allow users to customize the sensitivity and responsiveness of the touch screen to meet their specific needs.
-
Utilized .touched() Method: We've switched from manually calculating the threshold using raw data to using the .touched() method. This not only improves the speed of the touch screen but also increases its stability by leveraging MPR121's debounce functionality.