Skip to content

HoECoder/rpi_lcars

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

screenshot

Raspberry Pi LCARS Interface

This project is an attempt to create a functional LCARS interface for the Raspberry Pi using Pygame. It's based heavily on the pioneering work of Toby Kurien.

Changes/Additions

  • Functional navigation buttons on side panel
  • Functional (but not secure!) authentication screen

Branches

The master branch of this repository is the code running on my personal hardware setup. It may or may not be useful for others as-is. The secondary "core" branch is intended to be suitable for upstream merges or for other users who wish to customize their own version.

Changes made in "core" will, whenever possible, retain backwards compatibility with the original code.

Acknowledgements

License

Note: Original code from Toby Kurien was released under the MIT license. I am invoking my right to sublicense that project and have released this fork under the GPLv3. For merging purposes, the "core" branch retains its original MIT license.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

For details, see the file "COPYING" in the source directory.

About

Star Trek LCARS interface for Raspberry Pi using Pygame

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.3%
  • Shell 2.7%