- Updated the library naming string in Arduino library properties.
- Removed the
TS_Point
class.- This was redundant and was causing conflicts with the
CSE_TouchPoint
class. - This also caused the touch issue in the
UI_Test
example. - Replaced all
TS_Point
instances withCSE_TouchPoint
. - We will now use the
CSE_TouchPoint
class instead, everywhere.
- This was redundant and was causing conflicts with the
- Removed commented out code.
- Updated documentation.
- Updated Readme.