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 clock with more complex shapes
BCS clock
BCS clock with gradient color
It is currently December 7th, 2023, 6:58 am
Binary Clock
-
- Posts: 154
- Joined: May 14th, 2018, 4:46 pm
Binary Clock
You do not have the required permissions to view the files attached to this post.
-
- Posts: 180
- Joined: May 6th, 2021, 2:57 pm
Re: Binary Clock
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.
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.
-
- Posts: 154
- Joined: May 14th, 2018, 4:46 pm
Re: Binary Clock
It's because 42 is answer to everythingJudian81 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 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
You do not have the required permissions to view the files attached to this post.
-
- Posts: 180
- Joined: May 6th, 2021, 2:57 pm
-
- Posts: 180
- Joined: May 6th, 2021, 2:57 pm
Re: Binary Clock
i realy like this. i am counting for weeks and i am becoming pro like this way.
