Metadata-Version: 2.1
Name: raspi-view
Version: 0.3
Summary: An app to display different views on a Raspberry Pi HAT with display sh1106
Home-page: https://github.com/zsfarkas/raspi-view
Author: Zsolt Farkas
License: UNKNOWN
Keywords: raspi,raspberry,hat,display,view,monitor,screen
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# 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.

![Self-made Raspberry Pi HAT](images/HAT.jpg "Self-made Raspberry Pi HAT")

## 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


