Skip to content

Releases: jake1164/Pico-RGB-Matrix-Weather-Clock

0.55.0 - Updated to CircuitPython 9.x.x

30 Mar 14:51
ae84eef
Compare
Choose a tag to compare

Notable Changes

  • Updated to run on CircuitPython 9.x.x.
    Follow the instructions at CircuitPython to upgrade

Known Issues

  • Need to verify the NTP sync works in a timely manner if it fails.

0.54.0 - Added night-lite display

12 Nov 15:52
8c4f870
Compare
Choose a tag to compare

Notable Changes

  • Updated nite mode to display a single pixel that represents the time via the x / y position of the pixel
  • Fixed bug with weather not scrolling if outside the display "on/off" time but not dark out.
  • Fixed bug with settings not showing the display on exit
  • Fixed DST which is actually caused by not saving / exiting settings correctly.

Known Issues

  • Need to verify the NTP sync works in a timely manner if it fails.

v0.53.1 - NTP Settings Added

16 Sep 15:42
ec12c26
Compare
Choose a tag to compare

Notable Changes

  • Updated libraries to latest versions
  • Added enable / disable the NTP sync from settings page
  • If date / time is adjusted manually the NTP sync is disabled
  • If enabled the time is re-synced on exiting settings.

Known Issues

  • None

v0.53.0 - Displays version on splash screen

28 Aug 17:38
c63ca97
Compare
Choose a tag to compare

Notable Changes

  • .version file changed to json for easier parsing
  • Splash screen now displays the version on bottom right of display
  • if no .version file or unable to parse than "dev" is displayed as version.

Known Issues

  • None

v0.52.5 - Created a .version file in release

28 Aug 15:28
4643bee
Compare
Choose a tag to compare

Notable Changes

  • settings.toml file was renamed to settings.toml.default
  • A new .version file is included in the release.zip file

Known Issues

  • None

Notes

When updating or copying files from the release.zip file insure to include all files including the .version file. If this is the first time installing rename the settings.toml.default file to settings.toml and update the settings to include your wifi information.

v0.52.4 - Updated NTP Server Handling

27 Aug 14:32
4710529
Compare
Choose a tag to compare

Notable Changes

  • Added multiple (up to 3) NTP server support
  • NTP Interval changed in default settings.toml file (to 6hrs)

Known Issues

  • None

Notes:

You can list multiple NTP servers in the settings.toml file by separating them with a pipe | delimiter.
NTP_HOST="0.adafruit.pool.ntp.org|0.us.pool.ntp.org"

Recommended to switch the NTP Interval from every min to between 6 and 24 hours.
NTP_INTERVAL=21600
note: 21600 = 6hr, 43200 = 12hr, 86400 = 24hr

v0.52.3 - Disable weather if unable to contact API

20 Aug 17:07
8254c20
Compare
Choose a tag to compare

Notable Changes

  • If weather API is unable to be contacted the temperature display is hidden
  • if weather API is unable to be contacted Weather icon is not displayed
  • Release file name renamed to weather-matrix-vn.n.zip

Known Issues

  • None

Notes:

  • This is the same as release v52.3 with a zip file name change only.

v0.52.3 - Disable weather if unable to contact API

20 Aug 16:55
febeecc
Compare
Choose a tag to compare

#Notable Changes

  • If weather API is unable to be contacted the temperature display is hidden
  • if weather API is unable to be contacted Weather icon is not displayed

#Known Issues

  • None

0.52.3 - Disable weather if unable to contact API

20 Aug 15:20
af9a139
Compare
Choose a tag to compare

#Notable Changes

  • If weather API is unable to be contacted the temperature display is hidden
  • if weather API is unable to be contacted Weather icon is not displayed

#Known Issues

  • None

v0.5.2 - Memory fixes

12 Aug 18:59
186a25b
Compare
Choose a tag to compare

#Notable Changes

  • Renamed displaySubsytem.py to settings_display.py
  • Only have SettingsDisplay loaded when in settings
  • Release SettingsDisplay when exiting settings menu
  • Adjusted scroll timing some more
  • Changed labels to use bitmap_label to reduce memory fragmentation

#Known Issues

  • None