mrms
mrms
I have been using 1.1.1 from the releases: https://github.com/midilab/uClock/archive/refs/tags/v1.1.1.zip in the Arduino IDE and when I have compiled in VScode / Platformio, I have been using the git head URL...
Thank you @midilab ! Sounds good on testing and thanks for confirming which version of u8g2 you are using. I will try and test soon too.
@midilab thank you and glad you were able to reproduce the bug! I have tried on the Arduino IDE using the master branch lib and example for `TeensyUsbSlaveMidiClockMonitor` and unfortunately...
No problem and thank you! I just tested again and the bpm indicator LED , start, stop and clock are all now working great. However, the display of the tempo...
Thanks so much! I tested with the Teensy LC and it works with no issues! I do not have a Leonardo to test but I will also test on the...
One other thought: is it possible to display only the values after the decimal point if it is not `0`? For example: 97 is 97 (not 97.0) but 97.6, 97.7....
> thanks for the tests so far. > > since this is a opensource project i always encourage people to contribute. if you think there is any improvements(like this example...
> > One other thought: is it possible to display only the values after the decimal point if it is not 0? For example: > > 97 is 97 (not...
Ok, thanks so much!
Wonderful. Thank you!