This repository was archived by the owner on Jun 18, 2026. It is now read-only.
Replies: 1 comment 1 reply
|
hello, even technically it is possible to specify format with milliseconds, but this is basically useless as clock's internal "tick" (how often UI is updated) is 500ms (actually coarse timer is used, it can be ~10% off). I can make this configurable, but setting it to too small value (less than 80-100ms) will cause noticeable CPU load or even flickering, as there are a lot of heavy drawing code involved, and most of it is done by CPU. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello, I really need the implementation of tenths of a second. Could you please tell me how this can be done?
All reactions