MD_MAXPanel LED Matrix Panel Arduino Library 1.4
Library to control a panel of connected MAX72XX devices
Loading...
Searching...
No Matches
Revision History

Jun 2023 version 1.4.0

  • Added Scoreboard example
  • begin() returns bool value

Nov 2022 version 1.3.2

  • Fixed incorrect reference to MD_MAX72XX in constructor

Sep 2022 version 1.3.1

  • Updated illegal repeat for default parameters in function

May 2022 version 1.3.0

  • Added LEDaSketch example
  • Added constructor with specified SPI interface

Nov 2018 version 1.2.3

  • Corrected default parameters for WEMOS compiler

Oct 2018 version 1.2.2

  • Corrected some documentation mistakes

Oct 2018 version 1.2.1

  • Updated library.properties and READ.MD files

Sep 2018 version 1.2.0

  • Fixed reported WEMOS D1 compiler issues
  • Added polygon Fill functions contributed by AndreasPercher

Jul 2018 version 1.1.1

  • Finalized preferred orientation for examples

Jul 2018 version 1.1.0

  • Renamed textRotation_t to rotation_t
  • Allow rotation of display (eg, landscape to portrait)
  • Restored missing bricks example

Jun 2018 version 1.0.1

  • Extracted common elements of examples in .h file

Jun 2018 version 1.0.0

  • First Release