Skip to content

Specific Software for a self-made Raspberry Pi HAT

License

Notifications You must be signed in to change notification settings

zsfarkas/raspi-view

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

List of used parts

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

About

Specific Software for a self-made Raspberry Pi HAT

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published