Enhanced DisplayNixie program and systemd / nixie.service
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/
Hello Leon. Thank you very much. I will surely take a look and write back to you.
Regards.
ср, 15 мая 2019 г. в 23:15, Leon Shaner [email protected]:
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:
https://github.com/afch/NixieClockRaspberryPi/pull/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 https://github.com/afch/NixieClockRaspberryPi/pull/1?email_source=notifications&email_token=AAROBMSAQQXXIY65DEDMNQLPVRVPVA5CNFSM4HNGUAS2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GUAOHIQ, or mute the thread https://github.com/notifications/unsubscribe-auth/AAROBMUVI2LQT3NSCE4T6U3PVRVPVANCNFSM4HNGUASQ .
-- Alexey [GRA & AFCH]