Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/versbinarii/xpt2046
Rust driver for XPT2046 touch controller
https://github.com/versbinarii/xpt2046
driver embedded embedded-hal embedded-hal-driver embedded-rust no-std rust touchscreen xpt2046
Last synced: 2 months ago
JSON representation
Rust driver for XPT2046 touch controller
- Host: GitHub
- URL: https://github.com/versbinarii/xpt2046
- Owner: VersBinarii
- License: other
- Created: 2022-04-20T12:19:49.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-14T12:04:14.000Z (8 months ago)
- Last Synced: 2024-10-21T01:37:18.740Z (3 months ago)
- Topics: driver, embedded, embedded-hal, embedded-hal-driver, embedded-rust, no-std, rust, touchscreen, xpt2046
- Language: Rust
- Homepage:
- Size: 659 KB
- Stars: 7
- Watchers: 2
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# XPT2046 touch LCD driver
[![Crates.io](https://img.shields.io/crates/d/xpt2046.svg)](https://crates.io/crates/xpt2046)
[![Crates.io](https://img.shields.io/crates/v/xpt2046.svg)](https://crates.io/crates/xpt2046)
[![Released API docs](https://docs.rs/xpt2046/badge.svg)](https://docs.rs/xpt2046)Rust Embeddd Hal based driver for xpt2046 touch screen driver
## Documentation
[View Complete Documentation Here](https://docs.rs/xpt2046)![demo](touch_rust.png)
## 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.