Crates.io | cst816s |
lib.rs | cst816s |
version | 0.1.4 |
source | src |
created_at | 2020-04-08 00:46:04.366865 |
updated_at | 2020-04-13 23:52:46.793412 |
description | CST816S touchscreen driver for embedded hal / no_std |
homepage | |
repository | https://github.com/tstellanova/cst816s |
max_upload_size | |
id | 227514 |
size | 792,589 |
A rust no_std driver for the Hynan / Hynitron CST816S touchpad device. This driver was originally developed for the PineTime smart watch.
This is work-in-progress
The following example was developed for and tested on the PineTime nrf52-based smart watch.
Note that you will need to clear the nrf52 flash protection before you will be able to program the PineTime.
For installation and debugging you can connect with the PineTime on its SWD debug port using, for example:
When you're ready to install on the PineTime, you can run the example with:
cargo run --example touchpad
BSD-3-Clause, see LICENSE
file.