SkillAgentSearch skills...

Cst816s

Rust no_std driver for Hynitron CST816S touch sensitive display

Install / Use

/learn @tstellanova/Cst816s
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

cst816s

A rust no_std driver for the Hynan / Hynitron CST816S touchpad device. This driver was originally developed for the PineTime smart watch.

Status

This is work-in-progress

  • [x] Blocking mode read of available touch events
  • [x] Reading slides and long press gestures
  • [ ] Reading click and double-click gestures
  • [ ] Interrupt handling of touch events
  • [x] Debug build
  • [x] Release build
  • [x] Debug build of touchpad example runs on PineTime
  • [x] Release build of touchpad example runs on PineTime
  • [ ] CI
  • [ ] Documentation

Examples

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

Resources

License

BSD-3-Clause, see LICENSE file.

Related Skills

View on GitHub
GitHub Stars15
CategoryDevelopment
Updated2mo ago
Forks11

Languages

Rust

Security Score

90/100

Audited on Jan 15, 2026

No findings