Gee Bartlett
2a1c1e464f
moved text size and placement
2023-02-22 11:35:33 +00:00
Gee Bartlett
58ee3b1e97
added boot button to module
2023-02-22 11:35:33 +00:00
Philip Howard
f17c04b7ff
Merge pull request #658 from SimonShirley/main
...
List index out of range fix, remove default QR message if text files are available and file housekeeping
2023-02-22 11:11:59 +00:00
Philip Howard
b08cf1fba0
Merge pull request #678 from pimoroni/patch-cosmic-example
...
Patch: fixed error caused by missing secrets.py
2023-02-22 11:04:01 +00:00
Zoobdude
3797d4b76e
Update README.md
2023-02-21 21:48:44 +00:00
thirdr
e3dc655a34
fixed error caused by missing secrets.py
2023-02-21 16:34:47 +00:00
Phil Howard
81884448ab
Cosmic Unicorn: Launch Examples.
...
Co-authored-by: thirdr <ryan@pimoroni.com>
2023-02-21 13:25:39 +00:00
Phil Howard
2176e0feb1
MicroPython: Avoid some duplication in CMake files.
2023-02-21 12:52:47 +00:00
Phil Howard
fc37ef100d
Cosmic Unicorn: Tidy up audio feature test a little.
2023-02-21 12:52:47 +00:00
Phil Howard
a09fde770f
Cosmic Unicorn: Fix feature test for #661 .
2023-02-21 12:52:47 +00:00
Phil Howard
6c0c45d6c8
Cosmic Unicorn: Fast, numpy effect examples.
2023-02-21 12:52:46 +00:00
Phil Howard
ff3efc0d28
Cosmic Unicorn: Include ulab.
2023-02-21 12:52:46 +00:00
Phil Howard
1b2dae45d3
Cosmic Unicorn: Add config and workflow for .uf2.
2023-02-21 12:52:46 +00:00
Gee Bartlett
53162737a1
Cosmic Unicorn: MicroPython Examples.
...
updating demos
other demos
Update rainbow.py
linting fixes
Faster flames
2023-02-21 12:52:46 +00:00
Gee Bartlett
9bc616690e
Cosmic Unicorn: MicroPython bindings.
...
started on MP driver
removed duplacte audio_i2s.pio
disabled GU lib options
bug fixes
bringing Picographics into line
Update picographics.cpp
fixing naming Cosmic to cosmic fixed H and W
2023-02-21 12:52:44 +00:00
Philip Howard
93ac854672
Merge pull request #663 from pimoroni/feature/inky73
...
Support for Inky Frame 7.3" (using direct pen into PSRAM framebuffer)
2023-02-21 12:48:56 +00:00
Zoobdude
ae908c6075
Update README.md
2023-02-20 19:50:01 +00:00
Philip Howard
1b87ec8bd8
Merge pull request #648 from pimoroni/patch/interstate-examples
...
Few more Interstate examples
2023-02-20 12:39:07 +00:00
Phil Howard
ab488a4452
Fixup: Add pins.csv files to W builds.
2023-02-20 12:29:59 +00:00
Phil Howard
00988c6207
Inky: Add urllib.urequest to manifest.py.
2023-02-20 12:29:59 +00:00
Phil Howard
b0c25a57a2
Inky 7.3: Add LEDs to Python module.
2023-02-20 12:29:59 +00:00
Phil Howard
88e50891d1
Inky 7.3: Add to PicoGraphics.
2023-02-20 12:29:59 +00:00
Phil Howard
4928ceff8d
Inky 7.3: Add pen type to JPEGDEC.
2023-02-20 12:29:59 +00:00
Philip Howard
b810ffdfdb
Merge pull request #672 from pimoroni/patch-bump-micropython-pico-sdk-1.5.0
...
CI: Bump MicroPython to latest commit post Pico SDK 1.5.0 bump.
2023-02-20 12:14:34 +00:00
Phil Howard
d34171381c
MicroPython: Update fixups for v1.5.0.
2023-02-20 12:00:23 +00:00
Hel Gibbons
de48394764
port GFX pack examples
2023-02-20 11:01:34 +00:00
Hel Gibbons
259bad7ce8
Update placekitten.py
2023-02-20 11:01:34 +00:00
Hel Gibbons
740aa14cac
Add I75 placekitten example
2023-02-20 11:01:34 +00:00
Hel Gibbons
fa275e6919
update examples readme
2023-02-17 16:47:08 +00:00
Hel Gibbons
dc121aa4f1
add badger w examples readme
2023-02-17 16:43:27 +00:00
ZodiusInfuser
943ea1390a
Merge pull request #633 from pimoroni/feature/badger2040w
...
Badger2040w support
2023-02-16 10:43:25 +00:00
helgibbons
2bdb05ce68
fix a couple of typos
2023-02-15 11:18:45 +00:00
Hel Gibbons
8a420ca0e4
update qrcode.py with badger w details
2023-02-14 15:21:46 +00:00
Hel Gibbons
9bba17cc47
add missing .py
2023-02-13 17:39:13 +00:00
Phil Howard
cb82878cd2
Badger2040W: Add README.md for MicroPython.
2023-02-13 13:41:56 +00:00
LionsPhil
033157503b
Rewrite the Tufty2040 main menu somewhat
...
Primarily motivated to get almost everything out of globals and fix
issue #631 . This is a stripped-down version of the gist there without
the memory debugging and reboot-into-direct-boot mode.
Mostly move things to functions. Clean up some dead code and comments.
I think the biggest win is not actually the PicoGraphics framebuffer,
which is well-behaved, but random temporary floats that were leaking
previously.
Also type-annotated and lints clean.
Fixes #631 . (As much as I think is possible.)
2023-02-12 12:33:28 +00:00
Phil Howard
2952fd760e
Badger2040W: Fix news text wrapping and URLs.
2023-02-10 22:15:09 +00:00
Phil Howard
0410b7c775
Badger2040W: Add thickness back. Better error backdrop.
2023-02-10 22:15:09 +00:00
Phil Howard
d7b9881c0f
Badger2040W: Add pins.csv to board fixup.
2023-02-10 22:15:09 +00:00
Phil Howard
a275f31c7a
Badger2040W: (Try to) fix abrupt poweroff screen corruption.
2023-02-10 22:15:09 +00:00
Phil Howard
3a2a43f4b3
Badger2040W: Correct wakeup LED.
2023-02-10 22:15:09 +00:00
Phil Howard
cbcd9edd9a
Badger2040W: Fix wakeup and quit to launcher button handling.
2023-02-10 22:15:09 +00:00
Mike Bell
26eeb2b042
Badger2040W: Use partial update for seconds on clock
2023-02-10 22:15:09 +00:00
Phil Howard
2109d7fb37
Badger2040W: Move weather icons from examples dir to icons/.
2023-02-10 22:15:09 +00:00
Phil Howard
9ea196adb1
Badger2040W: Tidyup icons, crop to 52x52.
2023-02-10 22:15:09 +00:00
Phil Howard
a70ce8a4a6
Badger2040W: Call wrapped-update in lib.
2023-02-10 22:15:09 +00:00
Hel Gibbons
d4273ebbcb
Badger2040W: Add weather example and icons.
2023-02-10 22:15:09 +00:00
Phil Howard
7a2ffccf16
Badger2040W: Simplify clock, time is set via NTP.
2023-02-10 22:15:09 +00:00
Phil Howard
548e1fdbdb
Badger2040: Add image path to badge.txt.
2023-02-10 22:15:09 +00:00
Phil Howard
b5fb62c8f6
Badger2040W: Fix noise in icon files.
2023-02-10 22:15:09 +00:00