removed some filler words in readme
parent
45921994c2
commit
17c07bf686
11
README.md
11
README.md
|
@ -1,6 +1,6 @@
|
|||
# DIY Maimai Touch Screen
|
||||
|
||||
Welcome to our DIY Maimai Touch Screen Project! This project is a modification from the original project shared by [HelloworldDk ↗](https://github.com/HelloworldDk/dkmaiproj/blob/main/newmap-llvermtn202212271340/newmap-llvermtn202212271340.ino) and aims to improve the stability and usability of the touch screen.
|
||||
This project is a modification from the original project shared by [HelloworldDk ↗](https://github.com/HelloworldDk/dkmaiproj/blob/main/newmap-llvermtn202212271340/newmap-llvermtn202212271340.ino) and aims to improve the stability and usability of the touch screen.
|
||||
|
||||
## Getting Started
|
||||
|
||||
|
@ -8,15 +8,8 @@ Before you proceed, we strongly recommend you to read the [original repository
|
|||
|
||||
## Project Improvements
|
||||
|
||||
Our contribution to this project includes:
|
||||
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.
|
||||
|
||||
## 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!
|
||||
|
||||
|
|
Loading…
Reference in New Issue