-
Notifications
You must be signed in to change notification settings - Fork 15
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
Enhanced DisplayNixie program and systemd / nixie.service #1
Open
UberEclectic
wants to merge
15
commits into
afch:master
Choose a base branch
from
UberEclectic:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+Major features of the Shaner mods: 1) Use the system RTC by default (e.g. rely on NTP for more accurate time). 2) Option to display 12-hour or 24-hour for the hour digits. 3) Repurpose MODE button to toggle fireworks on/on. 4) Repurpose UP/DOWN buttons to increase/decrease the fireworks cycle speed. 5) Command-line parsing to choose preferred options without recompile. 6) Re-wrote makefile for proper handling of binary rebuild any time the sources are modified.
Shaner enhancements. including use of system RTC, 12-hour vs 24-hour display, toggle fireworks on/off, speed up/down fireworks, and a bonafied systemd nixie.service for proper startup at syste boot.
Minor formatting.
Minor formatting of README for Shaner enhanced NixieDisplay system service.
* MODE Button: Toggle fireworks on/off * UP Button: Speed up fireworks color-rotation * DOWN Button: Slow down fireworks color-rotation
* MODE Button: Toggle fireworks on/off * UP Button: Speed up fireworks color-rotation * DOWN Button: Slow down fireworks color-rotation
Hello Leon.
Thank you very much.
I will surely take a look and write back to you.
Regards.
ср, 15 мая 2019 г. в 23:15, Leon Shaner <notifications@github.com>:
… Aleksej,
Here, I offer up an alternative to your example code.
It's mainly your code, but with more command-line options to tweak the
behavior.
In addition, I wrote a systemd service to auto-start the program when the
system boots.
My version of the README.md has the details on how to implement.
Feel free to merge if you like, and/or borrow any aspect you may find
useful.
Here is a video showing the changes in action:
https://www.reddit.com/r/raspberry_pi/comments/awvfkq/enhanced_gra_afch_raspberry_pi_nixie_tube_clock/
------------------------------
You can view, comment on, or merge this pull request online at:
#1
Commit Summary
- Enhanced DisplayNixie Utility
- Create README.md
- Update README.md
- Update README.md
- Option to use system RTC, display 12-hour or 24-hour
- Option to use system RTC, display 12-hour or 24-hour
File Changes
- *A* .gitignore
<https://github.com/afch/NixieClockRaspberryPi/pull/1/files#diff-0>
(2)
- *A* DisplayNixie/README.md
<https://github.com/afch/NixieClockRaspberryPi/pull/1/files#diff-1>
(68)
- *A* DisplayNixie/nixie.service
<https://github.com/afch/NixieClockRaspberryPi/pull/1/files#diff-2>
(15)
- *A* DisplayNixie/src/DisplayNixie.cpp
<https://github.com/afch/NixieClockRaspberryPi/pull/1/files#diff-3>
(443)
- *A* DisplayNixie/src/makefile
<https://github.com/afch/NixieClockRaspberryPi/pull/1/files#diff-4>
(61)
Patch Links:
- https://github.com/afch/NixieClockRaspberryPi/pull/1.patch
- https://github.com/afch/NixieClockRaspberryPi/pull/1.diff
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1?email_source=notifications&email_token=AAROBMSAQQXXIY65DEDMNQLPVRVPVA5CNFSM4HNGUAS2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GUAOHIQ>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAROBMUVI2LQT3NSCE4T6U3PVRVPVANCNFSM4HNGUASQ>
.
--
Alexey [GRA & AFCH]
|
Added directory creation step to instructions in README.md
Sync with head
…shut off Nixie tubes upon exit.
Added wiringpi installation instructions to readme
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Aleksej,
Here, I offer up an alternative to your example code.
It's mainly your code, but with more command-line options to tweak the behavior.
In addition, I wrote a systemd service to auto-start the program when the system boots.
My version of the README.md has the details on how to implement.
Feel free to merge if you like, and/or borrow any aspect you may find useful.
Here is a video showing the changes in action:
https://www.reddit.com/r/raspberry_pi/comments/awvfkq/enhanced_gra_afch_raspberry_pi_nixie_tube_clock/