# luma.oled **Repository Path**: play565/luma.oled ## Basic Information - **Project Name**: luma.oled - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-17 - **Last Updated**: 2024-07-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README `luma.core `__ **|** `luma.docs `__ **|** `luma.emulator `__ **|** `luma.examples `__ **|** `luma.lcd `__ **|** `luma.led_matrix `__ **|** luma.oled luma.oled --------- **Display drivers for SSD1306 / SSD1309 / SSD1322 / SSD1325 / SSD1327 / SSD1331 / SSD1351 / SSD1362 / SH1106 / SH1107 / WS0010** .. image:: https://github.com/rm-hull/luma.oled/workflows/luma.oled/badge.svg?branch=master :target: https://github.com/rm-hull/luma.oled/actions?workflow=luma.oled .. image:: https://coveralls.io/repos/github/rm-hull/luma.oled/badge.svg?branch=master :target: https://coveralls.io/github/rm-hull/luma.oled?branch=master .. image:: https://readthedocs.org/projects/luma-oled/badge/?version=latest :target: http://luma-oled.readthedocs.io/en/latest/?badge=latest .. image:: https://img.shields.io/pypi/pyversions/luma.oled.svg :target: https://pypi.python.org/pypi/luma.oled .. image:: https://img.shields.io/pypi/v/luma.oled.svg :target: https://pypi.python.org/pypi/luma.oled .. image:: https://img.shields.io/pypi/dm/luma.oled :target: https://pypi.python.org/project/luma.oled Python 3 library interfacing OLED matrix displays with the SSD1306, SSD1309, SSD1322, SSD1325, SSD1327, SSD1331, SSD1351, SH1106, SH1107 or WS0010 driver using I2C/SPI/Parallel on the Raspberry Pi and other linux-based single-board computers - it provides a `Pillow `_-compatible drawing canvas, and other functionality to support: * scrolling/panning capability, * terminal-style printing, * state management, * color/greyscale (where supported), * dithering to monochrome Documentation ------------- Full documentation with installation instructions and examples can be found on https://luma-oled.readthedocs.io. A list of tested devices can be found in the `wiki `_. The display pictured below is a SSD1306 (128 x 64 pixels), and the board is `tiny` enough to fit inside the RPi case. .. image:: https://raw.githubusercontent.com/rm-hull/luma.oled/master/doc/images/mounted_display.jpg :alt: mounted .. image:: https://raw.githubusercontent.com/rm-hull/luma.oled/master/doc/images/ssd1322.jpg :alt: ssd1322 As well as display drivers for various physical OLED devices, 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 is available in the `luma.examples `_ git 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 Upgrade ------- Version 2.0.0 was released on 11 January 2017: this came with a rename of the github project from **ssd1306** to **luma.oled** to reflect the changing nature of the codebase. Some core functionality has been moved out to another git repository, `luma.core `_: this has enabled another project to have a facelift: **pcd8544** has now been reborn as `luma.lcd `_: the same API can now be used across both projects. Likewise **max7219** has been renamed to `luma.led_matrix `_ so it can also take advantage of the common API. The consequence is that any existing code that uses the old **ssd1306** package will need to be updated. The changes should be limited to altering import statements only, and are described in the `upgrade documentation `_. License ------- The MIT License (MIT) Copyright (c) 2014-2023 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.