Skip to content

Rust no_std driver for Hynitron CST816S touch sensitive display

License

Notifications You must be signed in to change notification settings

mengfanzhong/cst816s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cst816s

A rust no_std driver for the Hynan CST816S touchpad device

Status

This is work-in-progress

  • Debug build runs on PineTime
  • Release build runs on PineTime
  • Internal I2C bus access
  • 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.

About

Rust no_std driver for Hynitron CST816S touch sensitive display

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 80.5%
  • GDB 19.5%