Crate embedded_touch

Source
Expand description

Common traits and types for touch screen drivers

Structs§

Touch
Represents a single touch point on the screen
UnitAngle
An angle in the range [0, 2π) radians

Enums§

Error
Error types for touch operations
Phase
Phase of a touch interaction
Tool
Tool/instrument used for touch interaction

Traits§

AsyncTouchScreen
Async touch screen interface for event-driven operation
TouchScreen
Blocking touch interface for touch screens