Go to file
xyqyear b30644ac92 add explaination regarding baseline update 2023-07-16 08:49:21 +08:00
.gitignore initial commit 2023-07-15 20:56:04 +08:00
README.md add a fancy emoji symbol 2023-07-15 22:31:32 +08:00
config.h typo 2023-07-16 08:46:54 +08:00
maimaiTouchControl.ino add explaination regarding baseline update 2023-07-16 08:49:21 +08:00

README.md

DIY Maimai Touch Screen

This project is a modification from the project shared by Sucareto ↗ (the version we based on is 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:

  1. 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.

  2. 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.