Skip to content

Release 1.21.3

Choose a tag to compare

@dc42 dc42 released this 13 Jun 07:42
· 719 commits to master since this release

Choosing the correct firmware binary

  • If you have a PanelDue with the controller and TFT panel integrated on a single PCB, choose PanelDue-5.0i-7.0i.bin
  • Otherwise, if your PanelDue controller board is version 3.0 or 3.0a, choose the binary with -v3- in the name and your TFT panel size at the end
  • Otherwise, choose the binary with -v2- in the name and your TFT panel size at the end (these binaries work with version 1.0, 1.1 and 2.0 controller boards)

The integrated and -v3- binaries display a splash screen at startup. If you want to use a custom splash screen instead, choose the -nologo variant of the binary file and see https://github.com/dc42/PanelDueFirmware/blob/master/Readme.md for further instructions.

The binaries with C in the name are for 7" CPLD displays instead of the usual SSD1963 displays.

Changes since release 1.21

  • Changed dot clock polarity for supported 5" and 7" TFT panels using SSD1963 controllers. This improves display quality in some cases, especially for 7" panels.
  • Bug fix: if the Macros button was pressed and a macro subdirectory entered, the macro buttons on the Control page would run incorrect or invalid commands. Thanks to @mloidl for the second part if this fix.

Note: the 1.21.1 and 1.21.2 versions that may be pre-installed on some PanelDue 7i displays include the dot clock change but not the control page macro buttons bug fix.