simple resistive touch screen class that converts touch coordinates into a range between floating point values 0.0 and 1.0. More...
Go to the source code of this file.
Classes | |
class | iotouch::TouchOrientationSettings |
class | iotouch::AccelerationHandler |
class | iotouch::CalibrationHandler |
class | iotouch::TouchInterrogator |
class | iotouch::TouchScreenManager |
class | iotouch::ResistiveTouchInterrogator |
class | iotouch::ValueStoringResistiveTouchScreen |
Enumerations | |
enum | iotouch::AccelerationMode : uint8_t { WAITING , ACCELERATING , NEVER_ACCELERATES } |
enum | iotouch::TouchState : uint8_t { iotouch::NOT_TOUCHED , iotouch::TOUCHED , iotouch::HELD , iotouch::TOUCH_DEBOUNCE } |
simple resistive touch screen class that converts touch coordinates into a range between floating point values 0.0 and 1.0.
A
enum iotouch::AccelerationMode : uint8_t |
internal acceleration modes used by the acceleration handler.
enum iotouch::TouchState : uint8_t |