https://github.com/jessebraham/tt21100
An embedded-hal driver for the TT21100 multi-touch touchscreen controller
https://github.com/jessebraham/tt21100
embedded-hal embedded-hal-driver no-std rust
Last synced: 3 months ago
JSON representation
An embedded-hal driver for the TT21100 multi-touch touchscreen controller
- Host: GitHub
- URL: https://github.com/jessebraham/tt21100
- Owner: jessebraham
- License: apache-2.0
- Created: 2022-12-29T17:05:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-05T13:27:56.000Z (over 2 years ago)
- Last Synced: 2025-03-16T01:28:59.265Z (about 1 year ago)
- Topics: embedded-hal, embedded-hal-driver, no-std, rust
- Language: Rust
- Homepage:
- Size: 11.7 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# tt21100

[](https://crates.io/crates/tt21100)
[](https://docs.rs/tt21100)


An `embedded-hal` driver for the TT21100 multi-touch touchscreen controller.
If there is a feature which has not yet been implemented and which you are interested in, please feel free to open an issue and/or a pull request!
## Resources
- [TT21xxx Product Page](https://www.paradetech.com/products/tt21xxx/)
## License
Licensed under either of:
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in
the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without
any additional terms or conditions.