Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Periodically downloads images over HTTP, dithers them, and displays them on an e-paper display. Runs on Raspberry Pi.

License

Notifications You must be signed in to change notification settings

pixelspark/sparkboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sparkboard

Periodically downloads images over HTTP, dithers them, and displays them on an e-paper display. Runs on Raspberry Pi.

Building

Regular build:

cargo build

For Raspberry Pi:

cargo build --target=arm-unknown-linux-musleabi

Usage

# Run a test
RUST_LOG=debug ./sparkboard -t 7in5v2 -d /dev/spidev0.0 test

# Show a PNG image (must be 800x480 for the v2 display)
RUST_LOG=info ./sparkboard -t 7in5v2 fetch "http://example.com/image-800x480.png"

# Show a PNG image (must be 640x384 for the bc display)
RUST_LOG=info ./sparkboard -t 7in5bc fetch "http://example.com/image-640x384.png"

License

MIT

About

Periodically downloads images over HTTP, dithers them, and displays them on an e-paper display. Runs on Raspberry Pi.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published