forked from micropython/micropython
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8220 from jepler/update-protomatter-in-8.2.x
bump protomatter to 1.5.10
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule protomatter
updated
12 files
+1 −1 | .github/workflows/githubci.yml | |
+15 −0 | README.md | |
+15 −5 | examples/animated_gif/animated_gif.ino | |
+15 −9 | examples/doublebuffer_scrolltext/doublebuffer_scrolltext.ino | |
+19 −10 | examples/pixeldust/pixeldust.ino | |
+6 −0 | examples/simple/simple.ino | |
+6 −0 | examples/tiled/tiled.ino | |
+1 −1 | library.properties | |
+2 −1 | src/arch/esp32-common.h | |
+52 −20 | src/arch/esp32-s3.h | |
+19 −9 | src/arch/samd51.h | |
+1 −1 | src/core.c |