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
- order the case on shapeways
- or print by yourself cults3d
- follow me on Twitter @printminion
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
- putpng
orjpg
files which will be shown on boot.stills
- putpng
orjpg
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