diff --git a/docs/README.md b/docs/README.md index a358cee..40f740b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -31,3 +31,4 @@ Items marked ```REQUIRED``` are assumed to be setup and working. You've been war * [SyncThing (Picture Sync)](syncthing.md) * [rclone (Picture Sync)](rclone.md) * [Resource Monitoring](munin.md) +* [Fun Splash Screens](splash_screens.md) diff --git a/docs/images/noun_landing_1746270.png b/docs/images/noun_landing_1746270.png new file mode 100644 index 0000000..932027a Binary files /dev/null and b/docs/images/noun_landing_1746270.png differ diff --git a/docs/images/noun_startup_749601.png b/docs/images/noun_startup_749601.png new file mode 100644 index 0000000..4ae3da8 Binary files /dev/null and b/docs/images/noun_startup_749601.png differ diff --git a/docs/images/noun_unplug_601044.png b/docs/images/noun_unplug_601044.png new file mode 100644 index 0000000..167f0da Binary files /dev/null and b/docs/images/noun_unplug_601044.png differ diff --git a/docs/splash_screens.md b/docs/splash_screens.md new file mode 100644 index 0000000..3881226 --- /dev/null +++ b/docs/splash_screens.md @@ -0,0 +1,86 @@ +# Splash Screens + +The below will get you setup with splash screens for boot, shutdown and halt events on your PiFrame. + +You will need to obtain your own images for these screens. Please adjust the following accordingly. + +## Further Reading / Inspiration + +* https://www.madebymany.com/stories/fun-with-systemd-running-a-splash-screen-shutting-down-screens-and-an-iot-product-service-with-python-on-raspberry-pi +* https://yingtongli.me/blog/2016/12/21/splash.html +* https://learn.adafruit.com/pitft-linux-python-animated-gif-player/python-code + + +``` sh + +cat > /etc/systemd/system/fim.service < /etc/systemd/system/boot-logo.service < /etc/systemd/system/shutdown-logo.service < /etc/systemd/system/halt-logo.service <