7 releases (breaking)

0.6.1 Jan 27, 2024
0.6.0 Dec 17, 2023
0.5.0 Oct 27, 2023
0.4.0 May 9, 2022
0.1.0 Feb 20, 2022

#332 in Embedded development

Download history 14/week @ 2023-12-17 3/week @ 2023-12-31 8/week @ 2024-01-14 2/week @ 2024-01-21 43/week @ 2024-02-18 36/week @ 2024-02-25 15/week @ 2024-03-03 25/week @ 2024-03-10 1/week @ 2024-03-17 37/week @ 2024-03-31

65 downloads per month

MIT/Apache

33KB
754 lines

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.

Dependencies

~0.4–1MB
~20K SLoC