https://github.com/initerworker/cst816s
Rust implementation I2C driver of the cst816s, cst816t, cst816d touch screen IC.
https://github.com/initerworker/cst816s
Last synced: 11 months ago
JSON representation
Rust implementation I2C driver of the cst816s, cst816t, cst816d touch screen IC.
- Host: GitHub
- URL: https://github.com/initerworker/cst816s
- Owner: IniterWorker
- License: apache-2.0
- Created: 2024-09-15T15:09:25.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-27T00:30:44.000Z (over 1 year ago)
- Last Synced: 2024-12-02T07:45:06.313Z (over 1 year ago)
- Language: Rust
- Size: 19.5 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# CST816S
Rust implementation I2C driver of the cst816s, cst816t, cst816d touch screen IC.
## Disclaimer
The CST816S IC firmware and documentation are incomplete and lack critical information.
There are several undocumented magic values, features that are claimed but do not work,
and important details that are absent from both the datasheet and the documentation.
As a result, it is recommended to limit the usage of this IC to basic point-and-click actions.
If you have any additional information, please do not hesitate to submit an issue with it.
WIP...
## Open-To-Idea
Please feel free to open an issue with your design improvements/considerations.
## CST816S Touch Screen IC
### Support
- [Embedded-hal v1.0.0](https://github.com/rust-embedded/embedded-hal/tree/embedded-hal-v1.0.0)
### Example
- [Waveshare esp32-s3-touch-lcd-1-28](https://github.com/IniterWorker/esp32-s3-touch-lcd-1-28)
## 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.