1.3 KiB
DIY Maimai Touch Screen
Welcome to our DIY Maimai Touch Screen Project! 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
Our contribution to this project includes:
-
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.
Conclusion
We hope you find this project useful and inspiring. Should you have any queries or need further assistance, feel free to raise an issue or contribute to this project.
Happy Building!