Maxint R&D
Maxint R&D
Hello @lekrom, Thank you for your kind words and your suggestion. Although I haven't had the need for it in my own projects, I think this is a good suggestion....
Hello @stevecolt, thank you for bringing this ATtiny to my attention. I'm not familiar with this chip yet and I don't have one in my collection, (nor any other new...
See also different implementation in PR #56 and https://github.com/adafruit/Adafruit-GFX-Library/pull/132 (I prefer a flexible implementation in Adafruit-GFX that allows driver developers to choose between simple yet slow getPixel() scrolling, faster buffer...
Hello, thank you for your post and for including a picture of the display module. Unfortunately I don't have any to the different TM1629 chips in my collection. For that...
Excellent. The TM1629B supports 14 SEG x 8 GRD, and 8x2 key scanning. Display memory is same layout as TM1638/TM1668 with only additional segments. Unlike TM1668 the TM1629 (and TM1638)...
> That class is still under development, but if you are willing to spend I could publish it so you can give that class a try. I think it could...
Hello @Voha888 , thanks for your elaboration. Doing something yourself is quite educational, so I recommend that at all times. I still will upload my changes and if you don't...
Hello @Voha888 , I added a branch for testing the generic class TM16xxIC. You can find it [here](https://github.com/maxint-rd/TM16xx/tree/add-generic-class-to-support-(almost)-all-TM16xx-chips). This is the constructor code I used to test this class with...
FYI: the generic class has been added into the main branch.