forked from sduduzog/slim-launcher
-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
24-hour binary clock #225
Comments
Setting time format to 24 hours should work... |
khwolf
added a commit
to khwolf/unlauncher
that referenced
this issue
Mar 14, 2024
Obeys the users wish to display a 24h binary clock.
... but does not. Sorry and thanks for noticing! |
jkuester
added a commit
that referenced
this issue
Mar 23, 2024
Co-authored-by: Joshua Kuestersteffen <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem?
There are only 4 "hour" bits, which is not enough for encoding 24-hour clock ( (2 ^ 4) - 1 = 15; 15 < 23)
My solution?
Add another bit, like here:
BBCLCD, CC BY-SA 4.0 https://creativecommons.org/licenses/by-sa/4.0, via Wikimedia Commons
The text was updated successfully, but these errors were encountered: