Wykres commitów

1746 Commity (1b2dae45d3512b804c9f7c67ceddffc08f5ea3c4)

Autor SHA1 Wiadomość Data
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
lowfatcode c3672d7e3d Cosmic Unicorn: Driver and C++ examples. 2023-02-21 12:50:48 +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
Hel Gibbons f06d7c2e83
Merge pull request #673 from Zoobdude/main
Update to Badger 2040 W getting started
2023-02-21 09:44:04 +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 776383c111 Inky 7.3: Add ordered dither support. 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
Phil Howard 1659139c97 Inky 7.3: Rename class. 2023-02-20 12:29:59 +00:00
Phil Howard 43382ba2c0 Inky 7.3: Add ShiftRegister driver. 2023-02-20 12:29:59 +00:00
Phil Howard 93979cb735 Inky 7.3: Rename driver to inky73. 2023-02-20 12:29:59 +00:00
AndrewCapon 0067b101a0 Inky 7.3: Direct pen & PSRAM update. 2023-02-20 12:29:52 +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 68411ba6ec
Merge pull request #671 from pimoroni/docs/tidyup
some minor docs tidying
2023-02-20 11:44:45 +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
Phil Howard fd2f285f16 CI: Bump MicroPython to latest commit post Pico SDK 1.5.0 bump. 2023-02-20 10:56:39 +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
Hel Gibbons ed021665e6 update MicroPython readmes 2023-02-17 15:56:29 +00:00
Philip Howard 3bc0f019b2
Merge pull request #670 from pimoroni/patch-badger-2040w-release-uf2
CI: Upload Badger 2040 W examples .uf2 to release files.
2023-02-16 15:56:49 +00:00
Phil Howard 25efb91eae CI: Upload Badger 2040 W examples .uf2 to release files. 2023-02-16 15:42:08 +00:00
ZodiusInfuser 943ea1390a
Merge pull request #633 from pimoroni/feature/badger2040w
Badger2040w support
2023-02-16 10:43:25 +00:00
ZodiusInfuser 5a62a79a93 Renamed thick_line 2023-02-16 10:28:07 +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
Philip Howard 05391d27cd
Merge pull request #668 from LionsPhil/menuredo
Rewrite the Tufty2040 main menu somewhat
2023-02-13 15:24:11 +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 3f0efa9765 Badger2040W/CI: Bump MicroPython to 35524a6. 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
Phil Howard 16e99a5a89 Badger2040W: Bump MicroPython to 67fac4e. 2023-02-10 22:15:09 +00:00