|
SensorLib 0.5.0
Multi-platform sensor driver library for Arduino, PlatformIO, and ESP-IDF
|
#include <TouchDrvInterface.hpp>
Public Attributes | |
| bool | swapXY |
| bool | mirrorX |
| bool | mirrorY |
| bool | scalingEnabled |
| uint16_t | xMax |
| uint16_t | yMax |
| uint16_t | resolutionX |
| uint16_t | resolutionY |
| float | scaleX |
| float | scaleY |
Definition at line 59 of file touch/TouchDrvInterface.hpp.
| bool TouchDrvInterface::TouchConfig::mirrorX |
Definition at line 61 of file touch/TouchDrvInterface.hpp.
Referenced by TouchDrvInterface::isMirrorX(), TouchDrvInterface::setMirrorXY(), and TouchDrvInterface::updateXY().
| bool TouchDrvInterface::TouchConfig::mirrorY |
Definition at line 62 of file touch/TouchDrvInterface.hpp.
Referenced by TouchDrvInterface::isMirrorY(), TouchDrvInterface::setMirrorXY(), and TouchDrvInterface::updateXY().
| uint16_t TouchDrvInterface::TouchConfig::resolutionX |
Definition at line 66 of file touch/TouchDrvInterface.hpp.
Referenced by TouchDrvInterface::getResolution(), TouchDrvInterface::getResolutionX(), TouchDrvInterface::setResolution(), and TouchDrvInterface::setTargetResolution().
| uint16_t TouchDrvInterface::TouchConfig::resolutionY |
Definition at line 67 of file touch/TouchDrvInterface.hpp.
Referenced by TouchDrvInterface::getResolution(), TouchDrvInterface::getResolutionY(), TouchDrvInterface::setResolution(), and TouchDrvInterface::setTargetResolution().
| float TouchDrvInterface::TouchConfig::scaleX |
Definition at line 68 of file touch/TouchDrvInterface.hpp.
Referenced by TouchDrvInterface::setTargetResolution(), and TouchDrvInterface::updateXY().
| float TouchDrvInterface::TouchConfig::scaleY |
Definition at line 69 of file touch/TouchDrvInterface.hpp.
Referenced by TouchDrvInterface::setTargetResolution(), and TouchDrvInterface::updateXY().
| bool TouchDrvInterface::TouchConfig::scalingEnabled |
Definition at line 63 of file touch/TouchDrvInterface.hpp.
Referenced by TouchDrvInterface::isScalingEnabled(), TouchDrvInterface::setTargetResolution(), and TouchDrvInterface::updateXY().
| bool TouchDrvInterface::TouchConfig::swapXY |
Definition at line 60 of file touch/TouchDrvInterface.hpp.
Referenced by TouchDrvInterface::isSwapXY(), TouchDrvInterface::setSwapXY(), and TouchDrvInterface::updateXY().
| uint16_t TouchDrvInterface::TouchConfig::xMax |
Definition at line 64 of file touch/TouchDrvInterface.hpp.
Referenced by TouchDrvInterface::getMaxCoordinates(), TouchDrvInterface::getMaxX(), TouchDrvInterface::setMaxCoordinates(), TouchDrvInterface::setTargetResolution(), and TouchDrvInterface::updateXY().
| uint16_t TouchDrvInterface::TouchConfig::yMax |
Definition at line 65 of file touch/TouchDrvInterface.hpp.
Referenced by TouchDrvInterface::getMaxCoordinates(), TouchDrvInterface::getMaxY(), TouchDrvInterface::setMaxCoordinates(), TouchDrvInterface::setTargetResolution(), and TouchDrvInterface::updateXY().