https://github.com/llukas22/prismberry
Standalone Color E-Ink Display Server & UI for Raspberry Pi
https://github.com/llukas22/prismberry
Last synced: 8 days ago
JSON representation
Standalone Color E-Ink Display Server & UI for Raspberry Pi
- Host: GitHub
- URL: https://github.com/llukas22/prismberry
- Owner: LLukas22
- License: mit
- Created: 2024-12-02T15:39:32.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-01-02T22:42:48.000Z (6 months ago)
- Last Synced: 2025-04-09T07:35:43.517Z (2 months ago)
- Language: Python
- Size: 121 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PrismBerry
Standalone Color E-Ink Display Server & UI for Raspberry Pi## Installation
### Prerequisites
Install dependencies
```
sudo apt-get install git gcc python3-dev
```### Enable SPI
Follow the [instructions](https://www.raspberrypi-spy.co.uk/2014/08/enabling-the-spi-interface-on-the-raspberry-pi/) to enable SPI### Clone the Repository
```
git clone https://github.com/LLukas22/PrismBerry.git
```
### Register Service
```
cd PrismBerry
chmod +x install_service.sh
./install_service.sh
```
This registers the `prismberry.service` service which automatically starts the webserver and pulls updates.
The web interface is exposed on `http://:8000`.## Parts
I used the following parts:
- [Raspberry PI Zero 2](https://www.raspberrypi.com/products/raspberry-pi-zero-2-w/)
- [7.3inch ACeP 7-Color e-Paper](https://www.waveshare.com/product/7.3inch-e-paper-hat-f.htm)
- [Geekworm X306 V1.3 18650 UPS](https://geekworm.com/products/x306?_pos=7&_sid=ea595b29e&_ss=r)