https://github.com/pyaillet/ft6x36-rs
Minimal Rust FT6x36 driver implementation
https://github.com/pyaillet/ft6x36-rs
driver embedded rust touchscreen
Last synced: about 1 year ago
JSON representation
Minimal Rust FT6x36 driver implementation
- Host: GitHub
- URL: https://github.com/pyaillet/ft6x36-rs
- Owner: pyaillet
- License: apache-2.0
- Created: 2022-02-20T09:44:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-10T09:21:41.000Z (over 1 year ago)
- Last Synced: 2025-04-29T09:58:28.409Z (about 1 year ago)
- Topics: driver, embedded, rust, touchscreen
- Language: Rust
- Homepage:
- Size: 48.8 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# FT6x36 Rust driver
Minimal FT6x36 implementation.
What's working:
- Reporting touch event statuses by querying the device
What's missing:
- Detecting gestures within the device. I found reports noticing the same problem
with C/C++ drivers, so I guess we are missing some information from the datasheet here
Interrupt service handler setup is not provided, as it depends on your platform
## Examples
You can find an example usage in this project: [TTGO T-Watch v1 rust example](https://github.com/pyaillet/twatch-idf-rs).
## Contributing
This project is open to contributions of any form, do not hesitate to open an issue or a pull-request
if you have questions or suggestions.