Codes updated and extended
The odometer main module is greatly expanded.
Interesting functions for working with the clock have been added.
All known and detected bugs have been fixed.
Everything is extensively tested on all OS.
The desktop clock module now uses a new feature of the main odometer module,
which automatically adjusts the speed of the clock animation,
no matter how big or small the clock is, or how fast or slow the used computer is.
This function adjusts the resource requirements of the desktop clock completely automatically.
This happens under consideration of the performance of the respective computer,
the clock size or even the complex GradientColor emulation under MacOS.
During the clock runs, everything adjusts automatically, Including the resource requirements.
This was quite difficult to implement, which is why it took almost two days to get everything running.
But it works perfect.
It's an interesting thing.
It's the first function I know of which can get the needed
resources on the fly and frees resources that are not needed.
You can see here in the gif how the delay is automatically adjusted.
I have not seen anything like this anywhere else.
When another application requests resources, the delay decreases again and levels itself again.
