printminion / pimoroni-Inky-Impression-4-image-frame

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image frame for pimoroni Inky Impression 4" (7 colour ePaper/eInk HAT)

Use pimoroni pimoroni Inky Impression 4" as images frame.

Button controls:

  • A - random image
  • B - next image
  • C - previous image
  • D - switch between gif and logos folders

Demo

Demo

3d printed case

Setup

git clone https://github.com/printminion/pimoroni-Inky-Impression-4-image-frame.git
pip3 install -r requirements.txt
  • add images (preferably 640x400) to folders:
    • defauls - put png or jpg files which will be shown on boot.
    • stills - put png or jpg files here.

You can use sub folders.

  • add script to autostart
sudo nano /etc/rc.local
sudo /home/pi/pimoroni-Inky-Impression-4-image-frame/main.py 2>&1 | logger -t PRINTMINION &
sudo reboot now

About

License:MIT License


Languages

Language:Python 100.0%