Commit graph

11 commits

Author SHA1 Message Date
dherrada
4abb93b116 Added SPDX to 30 more files - spdx-28 2022-02-23 12:56:10 -05:00
Neradoc
ffc68eef25
Matrix Portal Moon Clock fix for Circuitpython 7
`time.struct_time()` in 7.0.0 no longer accepts 9 arguments, it now only works with a single 9-elements tuple. (PR 4931).
Using a single 9-tuple should be compatible with 6, so this fix should remain compatible with 6.3.0 (did not test).
2021-10-25 05:07:41 +02:00
James Carr
c9073484f5 Remove max_size usage with displayio.Group
Update OnDiskBitmap filename string usage for CP7
2021-08-02 11:45:46 +01:00
foamyguy
874a063f7d fixes for pixel_shader update with OnDiskBitmap TileGrids 2021-07-10 12:59:00 -05:00
Phillip Burgess
33cdcc1a20 MatrixPortal Moon Clock: reduce RAM needs by using network.fetch_data() instead of json.loads() 2021-05-17 10:22:49 -07:00
Eric Betts
98d406f9bc
Correct 30 minute calculation in MOON PHASE CLOCK
Based on Line 283, the LAST_SYNC is in seconds, which means the exception case currently represents 30 hours, not 30 minutes, as the comment indicates it should.
2021-04-16 18:55:28 -07:00
David Glaude
0da52eebc3
Update code.py
Introduce 'MONTH_DAY = True' that default to MM/DD but permit DD/MM when set to False
2020-11-18 22:56:50 +01:00
Phillip Burgess
7a9d102079 Minor fixes to Moon Clock
Read accelerometer 2X on boot to blow out startup residue.
Show "100%" at max instead of "100.0%" (looks nicer).
Force periodic matrix repaint to try to fix situation where splash screen is stuck.
2020-10-01 11:27:01 -07:00
Phillip Burgess
b505084e7a Moon clock: fix no rise/set crash 2020-09-24 19:34:02 -07:00
Phillip Burgess
7a3caa506e Fix startup rotation math 2020-09-19 12:59:35 -07:00
Phillip Burgess
3cae2d3fbc Add Matrix Portal Moon Clock 2020-09-19 12:07:32 -07:00