Code Monkey home page Code Monkey logo

Comments (2)

octobanana avatar octobanana commented on May 19, 2024

The method used currently, where each binary column represents the value of a single clock digit, is an intentional design choice. The clock correctly and accurately displays the time as intended.

Representing the time using 3 binary values instead of 6 is a different design, it would not make the clock more accurate.

from peaclock.

octobanana avatar octobanana commented on May 19, 2024

The current binary clock implementation displays the clock in binary-coded decimal encoding. An option to display the binary clock where each unit of time, hour, minute, and seconds encoded as binary could be added as a configuration option.

There would be either 2 or 3 binary values shown, depending on if the seconds view is toggled on or off. The hour would need either 4 or 5 blocks to display the range 0 - 1100 in 12 hour mode or 00000 - 10111 in 24 hour mode. The minutes and seconds would need 6 blocks to display the range 000000 - 111011. I think a vertical layout would work best for utilizing the space. What do you think?

   |  | | | | < H
|  |  | | | | < M
|  |  | | | | < S
32 16 8 4 2 1

from peaclock.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.