ft6x36

Crates.ioft6x36
lib.rsft6x36
version0.6.1
sourcesrc
created_at2022-02-20 10:12:37.556614
updated_at2024-01-27 12:25:30.397446
descriptionRust driver for Ft6x36 touch screen
homepage
repositoryhttps://github.com/pyaillet/ft6x36-rs
max_upload_size
id535657
size48,164
Pierre-Yves Aillet (pyaillet)

documentation

README

Build status Crates.io Docs.rs

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.

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.

Commit count: 29

cargo fmt