All Projects → rm-hull → Luma.core

rm-hull / Luma.core

Licence: mit
A component library providing a Pillow-compatible drawing canvas, and other functionality to support drawing primitives and text-rendering capabilities for small displays on the Raspberry Pi and other single board computers.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Luma.core

Luma.led matrix
Python module to drive LED Matrices & 7-segment displays (MAX7219) and RGB NeoPixels (WS2812 / APA102)
Stars: ✭ 407 (+384.52%)
Mutual labels:  raspberry-pi, led
Rpi wordclock
Software to create a Raspberry Pi based wordclock
Stars: ✭ 164 (+95.24%)
Mutual labels:  raspberry-pi, led
Systematic Leds
Audio reactive, all in one, room lighting for your computer.
Stars: ✭ 85 (+1.19%)
Mutual labels:  raspberry-pi, led
Swiftygpio
A Swift library for hardware projects on Linux/ARM boards with support for GPIOs/SPI/I2C/PWM/UART/1Wire.
Stars: ✭ 1,188 (+1314.29%)
Mutual labels:  raspberry-pi, led
Check Mk Arm
Checkmk for Raspberry Pi.
Stars: ✭ 79 (-5.95%)
Mutual labels:  raspberry-pi
Octobtt
OctoBTT
Stars: ✭ 77 (-8.33%)
Mutual labels:  raspberry-pi
Tortipi
Tor based Raspberry π hotspot
Stars: ✭ 76 (-9.52%)
Mutual labels:  raspberry-pi
Bandwidth Checker
⚡ Test and graph your internet bandwidth over time
Stars: ✭ 76 (-9.52%)
Mutual labels:  raspberry-pi
Blacky
Designed to improve some structures to achieve better performance, and learn the algorithms used in the pupper project.
Stars: ✭ 84 (+0%)
Mutual labels:  raspberry-pi
Orangetool
📚 Control Functions For Single-Board Computers
Stars: ✭ 82 (-2.38%)
Mutual labels:  raspberry-pi
Ev3dev Lang Java
A project to learn Java and create software for Mindstorms Robots using hardware supported by EV3Dev & the LeJOS way.
Stars: ✭ 79 (-5.95%)
Mutual labels:  raspberry-pi
Ha Bt Proximity
Distributed Bluetooth Room Presence Sensor for Home Assistant
Stars: ✭ 77 (-8.33%)
Mutual labels:  raspberry-pi
Pharothings
Live programming platform for IoT projects based on Pharo
Stars: ✭ 80 (-4.76%)
Mutual labels:  raspberry-pi
Stratuxhud
Heads Up Display for use with Stratux. Designed for reflective HUD screens, intended for traffic call outs.
Stars: ✭ 76 (-9.52%)
Mutual labels:  raspberry-pi
Gopi
Raspberry Pi Go Language Interface
Stars: ✭ 82 (-2.38%)
Mutual labels:  raspberry-pi
Security Camera
🔦 Motion detecting security camera using a raspberry pi, webcam, and slack
Stars: ✭ 76 (-9.52%)
Mutual labels:  raspberry-pi
Hassctl
Simple command line utility to help debug Home Assistant configuration
Stars: ✭ 77 (-8.33%)
Mutual labels:  raspberry-pi
Laibot Client
开源人工智能,基于开源软硬件构建语音对话机器人、智能音箱……人机对话、自然交互,来宝拥有无限可能。特别说明,来宝运行于Python 3!
Stars: ✭ 81 (-3.57%)
Mutual labels:  raspberry-pi
Intel nuc led
Intel NUC7i[x]BN and NUC6CAY LED Control for Linux
Stars: ✭ 77 (-8.33%)
Mutual labels:  led
Volumio2
Volumio 2 - Audiophile Music Player
Stars: ✭ 1,203 (+1332.14%)
Mutual labels:  raspberry-pi

luma.core | luma.docs <https://github.com/rm-hull/luma.docs>__ | luma.emulator <https://github.com/rm-hull/luma.emulator>__ | luma.examples <https://github.com/rm-hull/luma.examples>__ | luma.lcd <https://github.com/rm-hull/luma.lcd>__ | luma.led_matrix <https://github.com/rm-hull/luma.led_matrix>__ | luma.oled <https://github.com/rm-hull/luma.oled>__

luma.core

.. image:: https://github.com/rm-hull/luma.core/workflows/luma.core/badge.svg?branch=master :target: https://github.com/rm-hull/luma.core/actions?workflow=luma.core

.. image:: https://coveralls.io/repos/github/rm-hull/luma.core/badge.svg?branch=master :target: https://coveralls.io/github/rm-hull/luma.core?branch=master

.. image:: https://img.shields.io/pypi/pyversions/luma.core.svg :target: https://pypi.python.org/project/luma.core

.. image:: https://img.shields.io/pypi/v/luma.core.svg :target: https://pypi.python.org/project/luma.core

.. image:: https://img.shields.io/pypi/dm/luma.core :target: https://pypi.python.org/project/luma.core

.. image:: https://img.shields.io/maintenance/yes/2021.svg?maxAge=2592000

luma.core is a component library providing a Pillow <https://pillow.readthedocs.io/>_-compatible drawing canvas for Python 3, and other functionality to support drawing primitives and text-rendering capabilities for small displays on the Raspberry Pi and other single board computers:

  • scrolling/panning capability,
  • terminal-style printing,
  • state management,
  • color/greyscale (where supported),
  • dithering to monochrome,
  • sprite animation,
  • flexible framebuffering (depending on device capabilities)

Documentation

API documentation can be found at https://luma-core.readthedocs.io/en/latest/

Drivers

Device drivers extend luma.core to provide the correct initialization sequences for specific physical display devices/chipsets.

There are several drivers for different classes of device available:

  • luma.oled <https://github.com/rm-hull/luma.oled/>_
  • luma.lcd <https://github.com/rm-hull/luma.lcd/>_
  • luma.led_matrix <https://github.com/rm-hull/luma.led_matrix/>_
  • luma.emulator <https://github.com/rm-hull/luma.emulator/>_

Emulators

There are emulators that run in real-time (with pygame) and others that can take screenshots, or assemble animated GIFs, as per the examples below. Source code for these are available in the examples <https://github.com/rm-hull/luma.examples/tree/master/examples>_ directory of the luma.examples repository.

.. image:: https://raw.githubusercontent.com/rm-hull/luma.oled/master/doc/images/clock_anim.gif?raw=true :alt: clock

.. image:: https://raw.githubusercontent.com/rm-hull/luma.oled/master/doc/images/invaders_anim.gif?raw=true :alt: invaders

.. image:: https://raw.githubusercontent.com/rm-hull/luma.oled/master/doc/images/crawl_anim.gif?raw=true :alt: crawl

License

The MIT License (MIT)

Copyright (c) 2017-2021 Richard Hull and contributors

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].