# 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/boot-logo.service < /etc/systemd/system/shutdown-logo.service < /etc/systemd/system/halt-logo.service <