Skip to content

Latest commit

 

History

History
51 lines (50 loc) · 4.76 KB

CHANGES.rst

File metadata and controls

51 lines (50 loc) · 4.76 KB

ChangeLog

Version Description Date
0.9.0
  • Add support for APA102 RGB neopixels
 
0.8.0
  • Change MAX7219's block_orientation to support ±90° angle correction
  • Deprecate "vertical" and "horizontal" block_orientation
2017/03/19
0.7.0
  • BREAKING CHANGE: Move sevensegment class to luma.led_matrix.virtual package
  • Documentation updates & corrections
2017/03/04
0.6.2
  • Allow MAX7219 and NeoPixel driver constructors to accept any args
2017/03/02
0.6.1
  • Restrict exported Python symbols from luma.led_matrix.device
2017/03/02
0.6.0
  • Add support for arbitrary MxN matrices rather than a single chain
2017/02/22
0.5.3
  • Huge performance improvements for cascaded MAX7219 devices
  • Documentation updates
2017/02/21
0.5.2
  • Add apostrophe representation to seven-segment display
  • Deprecate luma.led_matrix.legacy (moved to luma.core.legacy)
2017/02/19
0.4.4
  • Support both common-row anode and common-row cathode LED matrices
2017/02/02
0.4.3
  • Add translation mapping to accomodate Pimoroni's 8x8 Unicorn HAT
  • MAX7219 optimizations
2017/01/29
0.4.2
  • Fix bug in neopixel initialization
  • Improved demo scripts
  • Additional tests
2017/01/27
0.4.0
  • Add support for WS2812 NeoPixel strips/arrays
2017/01/23
0.3.3
  • Fix for dot muncher: not handling full-stop at line end
  • Documentation updates
2017/01/21
0.3.2
  • Replace bytearray with mutable_string implementation
  • More tests
2017/01/20
0.3.1
  • Python 3 compatibility (fix exception in bytearray creation)
  • Begin to add tests & test infrastructure
2017/01/20
0.3.0
  • BREAKING CHANGE: Package rename to luma.led_matrix
2017/01/19
0.2.3
  • Bit-bang version using wiringPi
2013/01/28