__init__.py 242 B

12345678910
  1. # -*- coding: utf-8 -*-
  2. # Copyright (c) 2017-18 Richard Hull and contributors
  3. # See LICENSE.rst for details.
  4. """
  5. Display drivers for LED Matrices & 7-segment displays (MAX7219) and
  6. RGB NeoPixels (WS2812 / APA102).
  7. """
  8. __version__ = '1.5.0'