Skip to content

Commit

Permalink
Updated to .NET 9.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jake1164 committed Nov 30, 2024
1 parent eded794 commit 8734f5d
Show file tree
Hide file tree
Showing 68 changed files with 121 additions and 501 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
echo '{ "version":"${{ github.event.release.tag_name }}" }' > src/.version

- name: Run MPY Action
uses: jake1164/build-mpy@fetch-submodules-fix
uses: adafruit/build-mpy@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
circuitpy-tag: "8.2.0"
circuitpy-tag: "8.0.0"
mpy-directory: "src"
mpy-manifest-file: "mpy-manifest.txt"
mpy-manifest-type: "exclude"
zip-directory: "."
zip-filename: "weather-matrix-${{ github.event.release.tag_name }}.zip"
zip-directory: "src"
zip-filename: "weather-matrix-${{ github.event.release.tag_name }}.zip"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Pico-RGB-Matrix-Clock
LED Matrix Clock with Open Weather Map enabled weather running on a Raspberry Pico W and a WaveShare [Pico-RGB-Matrix-P3-64x32](https://www.waveshare.com/wiki/Pico-RGB-Matrix-P3-64x32)

## NOTE: THIS PROJECT HAS BEEN UPDATED AND REQUIRES CircuitPython 9.0.0
## NOTE: THIS PROJECT HAS BEEN UPDATED AND REQUIRES CircuitPython 9.0.0 or later
This project requires that you use [circuitpython 9.x.x](https://circuitpython.org/board/raspberry_pi_pico_w/).
If you still wish to use 8.x you will need to use an older [release](https://github.com/jake1164/Pico-RGB-Matrix-Weather-Clock/releases/tag/v0.54.0)

Expand Down
Binary file added src/lib/adafruit_bitmap_font/bdf.mpy
Binary file not shown.
4 changes: 4 additions & 0 deletions src/lib/adafruit_bitmap_font/bdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@
from fontio import Glyph
from .glyph_cache import GlyphCache

<<<<<<< HEAD
__version__ = "2.1.3"
=======
__version__ = "2.1.1"
>>>>>>> ae84eef1491903d49de0e32510d1ab243185d8ff
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_Bitmap_Font.git"


Expand Down
Binary file added src/lib/adafruit_bitmap_font/bitmap_font.mpy
Binary file not shown.
4 changes: 4 additions & 0 deletions src/lib/adafruit_bitmap_font/bitmap_font.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,11 @@
except ImportError:
pass

<<<<<<< HEAD
__version__ = "2.1.3"
=======
__version__ = "2.1.1"
>>>>>>> ae84eef1491903d49de0e32510d1ab243185d8ff
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_Bitmap_Font.git"


Expand Down
Binary file added src/lib/adafruit_bitmap_font/glyph_cache.mpy
Binary file not shown.
4 changes: 4 additions & 0 deletions src/lib/adafruit_bitmap_font/glyph_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@

import gc

<<<<<<< HEAD
__version__ = "2.1.3"
=======
__version__ = "2.1.1"
>>>>>>> ae84eef1491903d49de0e32510d1ab243185d8ff
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_Bitmap_Font.git"


Expand Down
Binary file added src/lib/adafruit_bitmap_font/pcf.mpy
Binary file not shown.
Loading

0 comments on commit 8734f5d

Please sign in to comment.