Go to file
xyqyear 188319c2b6 increased NCLF so that initialize time is lower. 2023-07-15 22:06:27 +08:00
.gitignore initial commit 2023-07-15 20:56:04 +08:00
README.md removed some filler words in readme 2023-07-15 21:02:33 +08:00
config.h increased NCLF so that initialize time is lower. 2023-07-15 22:06:27 +08:00
maimaiTouchControl.ino initial commit 2023-07-15 20:56:04 +08:00

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:

  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.