add autostart info

This commit is contained in:
WieErWill 2023-10-09 19:50:56 +02:00
parent 88f34588b7
commit 71337c0b50

View File

@ -11,7 +11,7 @@ This projects uses a single RaspberryPi Zero (v1) and a Waveshare 2.13" display,
- [x] Slideshow: Show multiple slides in a row repeatingly
- [ ] Partial Display Updates: only update partial display parts instead the whole screen
- [x] digital vCard with multiple pages, sliding and QR Codes
-[ ] start scripts with autostart while booting up
- [x] start scripts with autostart while booting up
- [ ] get and show different RaspberryPi Stats
## Set up your RPi
@ -70,6 +70,13 @@ make
- \c_lib\Fonts\: for some commonly used ascii fonts
- \c_lib\E-paper\: the ink screen driver functions
## Autostart
to autostart any of your programms you can choose between different options:
1. cron: set a crontab lik `@reboot python3 /home/user/vcard.py`
2. bashrc: add to your local bashrc: `python3 /home/user/vcard.py`
make sure to only start one programm that accesses your display!
## Sources
Display drivers and information from [Waveshare Wiki](https://www.waveshare.com/wiki/2.13inch_e-Paper_HAT)