Skip to content

Releases: board707/DMD_STM32

v1.2.5

30 Jan 10:38

Choose a tag to compare

v1.2.5 Pre-release
Pre-release

SPWM driver support

  • SPWM driver support for RP2040 boards
  • Changed phase of data output pulses to eliminate ghosting effects on the screen (STM32 code)

Other

  • Rewritten SHIFT_REG multiplexer code for RP2040

v1.2.4

12 Dec 08:56

Choose a tag to compare

SPWM driver support

  • Entire new SPWM driver support code
  • Rewrite classes for FM6353/6363 chips
  • Three new SPWM drivers - ICND2055, DP3264 & FM6373

Other

  • Add support of SHIFT_REG multiplexers for SPWM driver panels
  • Minor changes and bug fixes

v1.2.3

23 Nov 21:41

Choose a tag to compare

  • Fix bug in FM6126a driver in 4BITS_Packed mode.
  • New multiplexer class to separate a multiplexer code from the main driver code. This allow using a SHIFT_REG multiplexers with FM6126 and FM6353/6363 driver panels.
  • Add ability of set up of font intercharacter spacing to more than 1px by selectFont() method.
  • Some minor changes and bugfixes.

v1.2.0

15 Jun 05:48

Choose a tag to compare

  • Add an ability to manage a multiple rows per pin on Parallel Monochrome mode
  • Add FM6126a driver support for RP2040 controllers
  • New panel templates
  • Many bugs fixed

v1.1.5

23 Aug 11:55

Choose a tag to compare

Some bug fixes

v1.1.4

12 Apr 10:09

Choose a tag to compare

Bug fix release

v1.1.0

01 Dec 01:05

Choose a tag to compare

FM6353/FM6363 drivers support

v1.0.5

06 May 18:37

Choose a tag to compare

First release since introducing a new matrix templates in 1.x versions. Fix some errors.

v0.9.5

13 Feb 14:39

Choose a tag to compare

Error fix release before introducing new template format.

v0.9.2

13 Dec 22:57
ddb4b74

Choose a tag to compare

  • Add Monochrome panel support for RP2040 boards
  • Fix bugs with Monochrome mode for STM32F4 boards