rottaca / LEDTableEngine

This repository contains a c++ implementation of a control engine for LED Matrix tables. It also contains a simulation environment for desktop computers..
https://www.youtube.com/watch?v=Z7gvpGvGYsc
Apache License 2.0
58 stars 5 forks source link

MRP121 Capacitive Touch #39

Closed malumuntu closed 5 years ago

malumuntu commented 5 years ago

HI ,

I'm trying to use an Adafruit MRP121 Capacitive Touch sensor via the i2c, and I'm having trouble getting the software to recognise it, would you be able to assist, or advise?

rottaca commented 5 years ago

I'm sorry to disappoint you. A sensor like this is not supported by the software. You can implement your own input handler, similar to the i2c game controllers. Have a look at: LEDTableEngine/include/LEDTableEngine/inputHandlers/gameControllerInput.hpp and the corresponding cpp file: LEDTableEngine/src/inputHandlers/gameControllerInput.cpp