Giter Site home page Giter Site logo

hyperpixel-lcars's Introduction

Hyperpixel-LCARS

LCARS on Pimoronis Hyperpixel - Hi-Res display for Raspberry Pi written in Python3.

Table of Contents

Note

Please note that the fonts are only available for private use! You can adapt, improve and use the source code for your projects as you wish. The author of this repository take no responsibility for your use or misuse or any damage on your devices!

Requirements

# update system (optional)
$ sudo apt update && sudo apt upgrade -y

# install packages
$ sudo apt install -y build-essential vim git python3 python3-pip

# clone repository into home directory
$ git clone https://github.com/Lupin3000/Hyperpixel-LCARS.git ~/

Installation

To make the installation a little easier for you, you can use the Makefile. If you want to do the installation by hand, take a look at the Makefile. All steps are explained there.

# change into repository
$ cd ~/Hyperpixel-LCARS/

# show Makefile (optional)
$ cat Makefile

# install LCARS for Hyperpixel 4.0 rectangle
$ make rectangle 

# install LCARS for Hyperpixel 2.1 round
$ make round

# install LCARS for Hyperpixel 4.0 square
$ make square

Usage

Configuration

Modify api settings inside file config.ini before reboot!

# modify file
$ vim ~/Hyperpixel-LCARS/config.ini

You need a valid API KEY from openweathermap.org.

[openweathermap.org]
apikey = abc123def456ghi789
zipcode = 8405
countrycode = CH
measurement = metric

Autostart

If your application don't start automatically after reboot, verify correct fullpath to target.

# show specific settings
$ cat ~/.config/autostart/lcars.desktop | grep -i 'Exec*'
Exec=/usr/bin/python3 /home/pi/Hyperpixel-LCARS/src/FILE

Examples:

Rectangle

Round

Square

hyperpixel-lcars's People

Contributors

lupin3000 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.