Last active
October 12, 2018 09:26
-
-
Save dxmekch/f2eb99c1477be9e9975dc93de13cf1e1 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
0. Via VNC mit dem Raspberry Pi verbinden. | |
1. Shell Starten (Terminal) und Commands ausführen: | |
cd rpi* | |
cd ex* | |
2. Countdown starten mit folgendem Befehl (die Zahl nach dem ./ct.sh definiert die Anzahl Sekunden!): | |
./ct.sh 15 | sudo ./text-example -f ../fonts/9x15.bdf -C 255,0,0 --led-show-refresh --led-rows=32 --led-cols=64 -y 8 --led-chain=2 -x 1 --led-no-hardware-pulse --led-gpio-mapping=adafruit-hat | |
3. Bevor der Countdown beendet wird, die übrige Zeit aufschreiben. | |
4. Countdown beenden mit CTRL + C |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment