Skip to content

2021.07.05

Compare
Choose a tag to compare
@helgeerbe helgeerbe released this 05 Jul 11:19
· 225 commits to main since this release

new features

  • clock overlay (still work in progress)
    • including mqtt switch to turn clock on/off
    • auto discovery of switch in home assistant
    • new parameters in configuration.yaml
    • show_clock: False                       # default=False, True shows clock overlay. False does not show clock overlay
      clock_justify: "R"                      # default="R", clock justification L, C, or R
      clock_text_sz: 120                      # default=120, clock character size
      clock_format: "%I:%M"                   # default="%I:%M", strftime format for clock string

fixes

  • issue #131, update of pi3d dependency to version >= 2.46
  • issue #135 , Typo in GPS code