Replies: 6 comments 1 reply
-
Bug sits in |
Beta Was this translation helpful? Give feedback.
-
With the following code running on an ESP32 WROVER KIT with cross-checking with a diferent number: (which is expected from thread slice being 20ms) And finally: Conclusion: DelayMicroseconds doesn't seem to have any bug... |
Beta Was this translation helpful? Give feedback.
-
More elements:
|
Beta Was this translation helpful? Give feedback.
-
@Fido789 can you check if the fix I did is working? nanoframework/nanoFramework.IoT.Device#753 |
Beta Was this translation helpful? Give feedback.
-
@Ellerbach Oh yes, that fixes the problem, amazing! Thank you very much for your effort! |
Beta Was this translation helpful? Give feedback.
-
Fixed in the related PR nanoframework/nanoFramework.IoT.Device#753 |
Beta Was this translation helpful? Give feedback.
-
Hello!
I am trying to create a simple clock using ESP32 board with TM1637 four character display (based on https://github.com/nanoframework/nanoFramework.IoT.Device/blob/develop/devices/Tm1637/README.md). It works, but no matter what I do the refresh rate for the display is like once per two or three seconds, so totally unusable for my purpose.
Even if I do simple loop displaying 9 4 digit numbers (1111, 2222 to 9999) it is slow, because the change to each number takes like a second. And the digits are changed one by one from left to right, even if in code I set them all at once.
Is there anything I can do to make the refresh rate faster?
Beta Was this translation helpful? Give feedback.
All reactions