Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pibyt screensaver #36

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add pibyt screensaver #36

wants to merge 1 commit into from

Conversation

jordanlewis
Copy link
Collaborator

This screensaver invokes the tidbyt/pixlet command on a random choice of the configured pixlet apps, and displays it for the configurable number of seconds.

This screensaver invokes the `tidbyt/pixlet` command on a random choice
of the configured pixlet apps, and displays it for the configurable
number of seconds.
@jordanlewis
Copy link
Collaborator Author

Dependencies:

  1. Download pixlet into /home/pi: git clone [email protected]:tidbyt/pixlet
  2. Download community repo into /home/pi: git clone [email protected]:tidbyt/community
  3. Install Go
wget https://go.dev/dl/go1.19.2.linux-armv6l.tar.gz
sudo tar -C /usr/local -xzf go1.19.2.linux-armv6l.tar.gz
  1. Install libwebp-dev: sudo apt-get install libwebp-dev
  2. Build pixlet: cd ~/pixlet && make

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants