Giacomo Trudu

Results 14 comments of Giacomo Trudu

Added new branch for i2c support: https://github.com/Wicker25/Rpi-hw/tree/adding-i2c

Hi @TelmoM, if you use a shorter cable does it works properly? Currently the class `keypad::matrix` doesn't provides functions to set bounce and debounce parameters. I hope to add them...

Thank you, @TelmoM . I'll try to work on it in the next days.. ;) Meanwhile, you can try to work around the problem by reading twice the same button.

I just added a function to set the Refresh Rate of the keypad and the support for Event Listener (see the example "keypad/16keys2.cpp"). Try to change the frequency and let...

Hi @tolgamyth , I'm glad that you like my library. Actually I don't use QT library, but [some developer](https://github.com/Wicker25/Rpi-hw/issues/9) use Rpi-hw with QT Creator. Regards, Giacomo

Hi @girst , thank you very much! Unfortunately my library has not been very successful, so I'm not dedicating much time to this project. Anyway I will merge your PR...

Hi @Annonomus-Penguin, when I wrote the library I thought I would have enough time to build some installer packages (deb, rpm, etc) but I was wrong. Your script is only...

Hi @kohoutovice, I'm very sorry for this, but I don't have a Raspberry Pi 2 yet and I cannot update my library. Does the examples provided with Rpi-hw work properly?...

@kohoutovice , maybe the working frequency is too high for your display. Can you try to increase the delay value at the end of the following line in my library?...

Hi, @winzapbr , Thank you for bringing this issue to my attention! I didn't test *WhatsTrapp* on Windows yet but it could be a problem with the port binding. Could...