Maxint R&D

Results 119 comments of Maxint R&D

Hello @NickLplus , Thanks for the info. Can you tell me your findings? If the library works on the TM1616 with the suggested initialization, I can publish a modified version...

Allright, no rush... I just made an order for TM16xx chips that I don't have in my collection yet. I've included the TM1616, so I can test things myself. It...

Short update: I received the TM1616 chips. When I have time I will solder one to a breakout board, do some testing and report you my findings...

Hello, today I soldered the TM1616 to a breakout board and tested it successfully on an ESP32, using the TM1620 diver class and the TM16xxDisplay_Print and TM16xxDisplay_ScrolledPrint examples. I defined...

Hello, today I published a TM1616 specific class as well as an English translation of the datasheet. Having done that I will close this issue. Thank you for your suggestion.

I missed it too! I've added this to OneButton.h in the class definition, just between the isLongPressed() method and the private: keyword ``` int getPressedTicks() { return(millis()-_startTime); }; // MaxintRD...

On the QFP32 nano-style board pin D2 is a shared pin for PF2 and PD2. When adding Timer3 support to my [FastPwmPin library](https://github.com/maxint-rd/FastPwmPin) to get PWM on pin D2, I...

@LaZsolt - while reading documentation of Timer3 I saw that writing/reading a register may require specific order. E.g. "If write to 16-bit TCNT3, must write TCNT3H firstly. If read 16-bit...

@LaZsolt - thank you for the swift reply. Good to know how to deal with 16-bit registers in an interrupt. I already fixed my copy of the .h file after...

Hello @blackhawk2611 , A quick look at the datasheet showed that the TM1624 has these features: - segments x digits: 11x7 - 14x4 seg x grid (common cathode) - interface:...