4 releases (2 breaking)
0.3.0 | Apr 21, 2022 |
---|---|
0.2.0 | Apr 21, 2022 |
0.1.3 | Apr 21, 2022 |
#26 in #lcd-display
670KB
503 lines
XPT2046 touch LCD driver
Rust Embeddd Hal based driver for xpt2046 touch screen driver
Documentation
View Complete Documentation Here
License
Licensed under either of:
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (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.
lib.rs
:
A platform agnostic Rust driver for XPT2046 touch controller, based on the
embedded-hal
traits.
Dependencies
~3.5MB
~39K SLoC