Thibault HILAIRE
Thibault HILAIRE
I totally agree with Bradleyoeabody. I am here just because I found very strange that a program ask for my password, and not ask the system for access. I will...
I don't have the TM1638 to test it anymore, but I will see what I can do quite quickly
Thank you for your support/remarks, I appreciate. I have added some code to support the switches, but for the moment I do not have the possibility to test it right...
Hello. Did you first install the package, with `python install setup.py` ? When do you receive the error? When running the small test program (rpi-TM1638/test/test_TM.py) ? Thibault
Hello It's been a long time since I made this. So, let's see how to answer your questions : - "_I have just one TM1638 on PIN 26, does your...
At first, I was quite surprized, because this case was supported in the code. And then I realized that my last modifications (done two or three years ago) were never...
`STB = 06, 26` is invalid, because integers starting with 0 are not supported yet (they were octal numbers in Python2, see [https://stackoverflow.com/questions/11620151/what-do-numbers-starting-with-0-mean-in-python]) And if you change it to `STB=26`,...
Yes, sure, feel free to propose any improvement, I will consider your pull request