Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 2.17 KB

README.md

File metadata and controls

33 lines (22 loc) · 2.17 KB

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 and forked from HoECoder.

Changes/Additions

  • Functional navigation buttons on side panel
  • Raspberry Pi touchscreen Backlight control with physical button and rpi_backlight
  • Light control (actually everything control) publishing to mqtt

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. HoECoder invoked the right to sublicense that project and have released this fork under the GPLv3. For merging purposes, the "core" branch retains its original MIT license. I retain the same 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.