Skip to content

raspispass/piink-adv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PiInk Advanced - A Raspberry Pi Powered E-Ink Picture Frame

The project's idea is mainly derived from https://github.com/tlstommy/PiInk . Modifications include:

The hardware setup is:

Installation

Requirements

  • Tested on Raspbian light
  • Setup with username 'user'
  • The git repository is expected to be checked out in the users home directory '~/'

Install python3 dependencies

python3 -m venv ~/env
source ~/env/bin/activate
pip3 install -r ~/PiInk/scripts/requirements.txt
sudo apt update && sudo apt upgrade
sudo apt install python3-dev jq

Change settings

Search for "CHANGEME" in all files and change the settings (e.g. grep -R "CHANGEME" *)

Execute install script

chmod +x ~/PiInk/scripts/setup.sh
~/PiInk/scripts/setup.sh

Usage

Command line

  • curl -X POST -F file=@image.png 127.0.0.1 (Image image.png is displayed)
  • curl http://localhost/random (Random image is displayed)

Web UI

URI: http://piink.local Web UI

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors