Metadata-Version: |
2.1 |
Name: |
luma.oled |
Version: |
3.14.0 |
Summary: |
A small library to drive an OLED device with either SSD1306, SSD1309, SSD1322, SSD1325, SSD1327, SSD1331, SSD1351, SSD1362, SH1106, SH1107 or WS0010 chipset |
Author: |
Richard Hull |
Author-Email: |
richard.hull[at]destructuring-bind.org |
Home-Page: |
https://github.com/rm-hull/luma.oled |
License: |
MIT |
Keywords: |
raspberry pi,rpi,oled,display,screen,rgb,monochrome,greyscale,color,ssd1306,ssd1309,ssd1322,ssd1325,ssd1327,ssd1331,ssd1351,sh1106,sh1107,ws0010,WEH001602A,WEG010016A,spi,i2c,parallel6800,pcf8574 |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Intended Audience :: Education |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Topic :: Education |
Classifier: |
Topic :: System :: Hardware |
Classifier: |
Topic :: System :: Hardware :: Hardware Drivers |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: 3.12 |
Classifier: |
Programming Language :: Python :: 3.13 |
Requires-Python: |
<4,>=3.8 |
Requires-Dist: |
luma.core (>=2.4.1) |
Requires-Dist: |
sphinx (>=1.5.1); extra == "docs" |
Requires-Dist: |
sphinx-rtd-theme; extra == "docs" |
Requires-Dist: |
flake8; extra == "qa" |
Requires-Dist: |
rstcheck; extra == "qa" |
Requires-Dist: |
pytest; extra == "test" |
Requires-Dist: |
pytest-cov; extra == "test" |
Requires-Dist: |
pytest-timeout; extra == "test" |
Provides-Extra: |
docs |
Provides-Extra: |
qa |
Provides-Extra: |
test |
Description-Content-Type: |
text/x-rst |
License-File: |
LICENSE.rst |