It is currently March 28th, 2024, 10:15 pm

Binary Clock

Clocks and timer skins
oZone
Posts: 154
Joined: May 14th, 2018, 4:46 pm

Binary Clock

Post by oZone »

I was bored so decided to create some skin.

Simple BCD and Binary-coded sexagesimal clocks using shape meters.
More information how to read binary clock.

To change color edit vColor.inc file in @Resources folder.
To change shape/style edit sStyle.inc file in @Resources folder.

Simple BCD clock
BCD.png
BCD clock with more complex shapes
BCDrainmeter.gif
BCS clock
BCS.gif
BCS clock with gradient color
BCSgradient.gif
You do not have the required permissions to view the files attached to this post.
Judian81
Posts: 180
Joined: May 6th, 2021, 2:57 pm

Re: Binary Clock

Post by Judian81 »

hey hello,

thanks for this nice skin. i have something to say about it. i am counting for a week now. and found a bug.
when it comes to 43 seconds it skips the animation for one time.
so it go's from 42 to 42 and then to 44 seconds.

i have no time to program at the moment. so i thought to just leave a message.
oZone
Posts: 154
Joined: May 14th, 2018, 4:46 pm

Re: Binary Clock

Post by oZone »

Judian81 wrote: January 2nd, 2022, 1:35 pm hey hello,

thanks for this nice skin. i have something to say about it. i am counting for a week now. and found a bug.
when it comes to 43 seconds it skips the animation for one time.
so it go's from 42 to 42 and then to 44 seconds.

i have no time to program at the moment. so i thought to just leave a message.
It's because 42 is answer to everything :D.
It also affect minutes.

Maybe because how Rainmeter calculate (round?) values.

Currently very busy, so I will update skin later.

For now you can replace corresponding measures with code below to fix it

Code: Select all

[mMinOnes]
Measure=Calc
Formula=mMin % 10

Code: Select all

[mSecOnes]
Measure=Calc
Formula=mSec % 10
or replace files with ones from attachment.
You do not have the required permissions to view the files attached to this post.
Judian81
Posts: 180
Joined: May 6th, 2021, 2:57 pm

Re: Binary Clock

Post by Judian81 »

oZone wrote: January 4th, 2022, 7:34 pm It's because 42 is answer to everything :D.
:rofl:
oZone wrote: January 4th, 2022, 7:34 pm It also affect minutes.
:thumbup:
thanks the update work. :)
Judian81
Posts: 180
Joined: May 6th, 2021, 2:57 pm

Re: Binary Clock

Post by Judian81 »

oZone wrote: January 25th, 2021, 4:33 pm More information how to read binary clock.
i realy like this. i am counting for weeks and i am becoming pro like this way. :D