summaryrefslogtreecommitdiff
path: root/src/drivers/Cst816s.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/Cst816s.h')
-rw-r--r--src/drivers/Cst816s.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/drivers/Cst816s.h b/src/drivers/Cst816s.h
index 4a548d4..9d426c9 100644
--- a/src/drivers/Cst816s.h
+++ b/src/drivers/Cst816s.h
@@ -44,21 +44,22 @@ namespace Pinetime {
uint8_t GetFwVersion() const {
return fwVersion;
}
+
private:
bool CheckDeviceIds();
// Unused/Unavailable commented out
static constexpr uint8_t gestureIndex = 1;
static constexpr uint8_t touchPointNumIndex = 2;
- //static constexpr uint8_t touchEventIndex = 3;
+ // static constexpr uint8_t touchEventIndex = 3;
static constexpr uint8_t touchXHighIndex = 3;
static constexpr uint8_t touchXLowIndex = 4;
- //static constexpr uint8_t touchIdIndex = 5;
+ // static constexpr uint8_t touchIdIndex = 5;
static constexpr uint8_t touchYHighIndex = 5;
static constexpr uint8_t touchYLowIndex = 6;
- //static constexpr uint8_t touchStep = 6;
- //static constexpr uint8_t touchXYIndex = 7;
- //static constexpr uint8_t touchMiscIndex = 8;
+ // static constexpr uint8_t touchStep = 6;
+ // static constexpr uint8_t touchXYIndex = 7;
+ // static constexpr uint8_t touchMiscIndex = 8;
static constexpr uint8_t maxX = 240;
static constexpr uint8_t maxY = 240;