https://github.com/zsfarkas/raspi-view
Specific Software for a self-made Raspberry Pi HAT
https://github.com/zsfarkas/raspi-view
display monitor raspberry-pi sh1106
Last synced: 4 months ago
JSON representation
Specific Software for a self-made Raspberry Pi HAT
- Host: GitHub
- URL: https://github.com/zsfarkas/raspi-view
- Owner: zsfarkas
- License: mit
- Created: 2020-03-28T20:08:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-24T13:31:39.000Z (about 6 years ago)
- Last Synced: 2025-10-27T08:54:56.825Z (8 months ago)
- Topics: display, monitor, raspberry-pi, sh1106
- Language: Python
- Size: 2.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Raspi-View
## Introduction
This is a very simple but extendable python app to display different kind of views on a self-made Raspberry Pi HAT with a Display (type: sh1106, size: 128x64), two LEDs (a red one and a blue one), and with two buttons.

## List of used parts
* Breadboard: https://www.amazon.de/dp/B07MCX54ZD/ref=cm_sw_em_r_mt_dp_U_FCoGEbCCPKBDW
* LEDs, buttons, wires: https://www.amazon.de/dp/B01M7N4WB6/ref=cm_sw_em_r_mt_dp_U_6DoGEb17VB08T
* Display: https://www.amazon.de/dp/B078J78R45/ref=cm_sw_em_r_mt_dp_U_KEoGEb8J2Q6ZZ
* Raspberry Pi: https://www.amazon.de/dp/B07TC2BK1X/ref=cm_sw_em_r_mt_dp_U_SGoGEb8R24BM6
* ...
## Usage
### Installing
```
$ pip install raspi-view
```
### Start directly
```
$ raspi-view --start
```
### Install as a service
After installing the pip package you can create and install an OS wide service, which will be restarted every time you restart you Raspberry Pi:
```
$ sudo pip install raspi-view
$ raspi-view --install
```
Hint: make sure you install raspi-view with sudo.
### Ask for more help
```
$ raspi-view --help
```
## Configure
### Configure the views
TODO
### Adding new views
TODO