Phil Howard
7d0bb04d6d
Keybow2040: Basic-ish USB examples.
2024-06-04 19:55:24 +01:00
Phil Howard
392890e99b
RP_PICO_USB: New USB-enabled version of the stock Pico firmware.
...
⚠️ Warning: flash/firmware split is now 1Mb/1Mb to accomodate USB libs.
BACK UP YOUR PICO before flashing this build. It *will* trash your filesystem.
* Add new RP_PICO_USB board
* Use commit 932f76c6ba64c5a3e68de3324556d9979f09303b for 932f76c6ba
2024-06-04 19:55:24 +01:00
Phil Howard
7b7d9fe383
CI: Update MicroPython patch for > v1.22.2.
2024-06-04 19:55:24 +01:00
Phil Howard
ccd00f6289
Ulab: Bump to 6.5.2 for MicroPython 1.23.0 compatibility.
2024-06-04 19:54:52 +01:00
Philip Howard
10fed7edaf
Merge pull request #946 from pimoroni/patch-sh1107-example
...
Fixed background in SH1107 example
2024-06-03 13:54:41 +01:00
Phil Howard
517f8ae1cd
global: Remove the STATIC macro.
...
Reflect the changes proposed in micropython/micropython#13763 .
2024-06-03 13:44:23 +01:00
thirdr
5b6903ce72
fixed background
2024-06-03 12:25:16 +01:00
Phil Howard
84cabe077d
MicroPython: Switch QRCode to micropython/edge branch.
...
Includes fixes for:
* "mp_obj_malloc_with_finaliser" replacing "m_new_obj_with_finaliser"
* "STATIC" macro dropped in favour of "static"
2024-06-03 11:40:29 +01:00
Phil Howard
64e26dc6f4
CI: Bump MicroPython to master.
...
CI will always run against the latest MicroPython commit.
2024-06-03 11:40:29 +01:00
Phil Howard
47e3aed88f
MicroPython: Switch to mp_obj_malloc_with_finaliser.
2024-06-03 11:40:29 +01:00
Philip Howard
bf6fa4bc45
Merge pull request #916 from pimoroni/examples/audio
...
i2s audio examples
2024-06-03 11:35:59 +01:00
Philip Howard
0b133c750e
Merge pull request #931 from pimoroni/driver/as7343
...
AS7343: New driver for the 14 channel spectrometer
2024-06-03 11:34:45 +01:00
Philip Howard
5691573f89
Merge pull request #933 from pimoroni/feature/scannable-release-names
...
CI: Scannable artifact and release names.
2024-06-03 11:34:07 +01:00
Philip Howard
b41bb4abf7
Merge pull request #943 from pimoroni/patch-bme280-examples
...
Fixed result status bug
2024-06-03 11:33:11 +01:00
Philip Howard
8b928d8891
Merge pull request #944 from pimoroni/patch-tufty-example
...
Fixed button polarity
2024-06-03 11:32:09 +01:00
Philip Howard
56e6d66c9b
Merge pull request #945 from pimoroni/patch-mics6814-pins
...
Corrected pin definitions for OX and RED
2024-06-03 11:31:15 +01:00
thirdr
ffa12c2165
corrected pin defs
2024-06-03 10:31:46 +01:00
thirdr
b9f3990995
fixed button polarity
2024-06-03 09:11:49 +01:00
thirdr
cca4f3f7f1
fixed result status bug
2024-05-31 12:38:58 +01:00
Philip Howard
981a38b989
Merge pull request #928 from pimoroni/examples/pngdec
...
Examples/pngdec
2024-05-30 23:32:14 +01:00
Philip Howard
25786def35
Merge pull request #942 from pimoroni/patch-inky-launcher
...
Patch inky launcher
2024-05-30 19:21:28 +01:00
thirdr
a387e45098
linting fix
2024-05-30 13:32:48 +01:00
thirdr
452d700ba1
Improved XML parsing/bug fix from Pico Vision
2024-05-30 13:29:48 +01:00
Hel Gibbons
9d7d651565
Merge pull request #940 from exussum12/patch-3
...
Add link to png
2024-05-24 16:57:25 +01:00
Scott Dutton
b3a0c4fb9d
Add link to png
2024-05-21 11:13:42 +01:00
thirdr
f962c3cd3c
linting
2024-05-13 12:27:23 +01:00
thirdr
b5a040f6cc
correct layout on pico display 1 & 2
2024-05-13 12:27:23 +01:00
thirdr
d790d3d344
fixed background colour
2024-05-13 12:18:36 +01:00
thirdr
ba7b8388bf
fixed background colour
2024-05-13 12:18:36 +01:00
thirdr
829f688285
offset palette example
2024-05-13 12:18:36 +01:00
thirdr
8fb17a3c26
adjustment to scale and location
2024-05-13 12:18:36 +01:00
thirdr
4db7cc61ab
png palette offset example
2024-05-13 12:18:36 +01:00
thirdr
c510a3c875
Changed the png used
2024-05-13 12:18:36 +01:00
thirdr
425f132096
png decode example for tufty
2024-05-13 12:18:36 +01:00
thirdr
76683acb0d
png decode example for display pack
2024-05-13 12:18:36 +01:00
thirdr
7c287192de
Error handling
2024-05-13 12:18:36 +01:00
thirdr
f15c657b44
pngdec example for inky
2024-05-13 12:18:36 +01:00
Philip Howard
f3b53b6b5f
Merge pull request #939 from coadkins/coadkins-patch-1
...
Add PNG File subsection to Pico Graphics documentation
2024-05-09 11:02:35 +01:00
coadkins
37c4d22527
Add PNG File subsection to Pico Graphics documentation
...
I added a subsection for PNG File support in Pico Graphics by copying and adapting the text from these release notes - https://github.com/pimoroni/pimoroni-pico/releases/tag/v1.20.4 - about the PNGdec functionality.
2024-05-08 11:22:07 -04:00
Philip Howard
616b1cc8d6
Merge pull request #938 from pimoroni/ci/py_decl
...
CI: Add py_decl verify step to catch binary overflows.
2024-05-03 12:25:04 +01:00
Phil Howard
45a9925072
CI: Add py_decl verify step to catch binary overflows.
2024-05-03 10:59:35 +01:00
thirdr
3998b0c8bf
simple example for Pico Audio Pack
2024-04-22 15:35:53 +01:00
Connor Linfoot
32c10482d9
Add support for 96x48 display to Interstate75 ( #867 )
...
* Add DISPLAY_INTERSTATE75_96X48
2024-04-17 13:41:02 +01:00
Phil Howard
6ed743b32c
Docs: Update MicroPython setup to reflect new names.
2024-04-17 13:06:04 +01:00
Phil Howard
17d59f4729
CI: Scannable artifact and release names.
...
When I go to fetch an artifact for a MicroPython build my brain is
always confounded by the repetition of "pimoroni-" before each file.
Change the names so the product is up-front, so the list is easier
to scan-read through.
2024-04-17 13:00:40 +01:00
Philip Howard
4c44b77193
Merge pull request #912 from pimoroni/patch-picodisplay-180
...
PicoDisplay: Fix misalignment on rotated Pico Displays (fixes #562.)
2024-04-17 12:54:18 +01:00
Phil Howard
5510c82564
PicoDisplay: Fix rotation offset for #562 .
...
Pico Display would have a pixel offset at 90 and 180 degree rotations.
Add a special case offset tweak for these, and demystify the rotate_180 variable.
2024-04-17 12:44:40 +01:00
Philip Howard
3a10b29f54
Merge pull request #920 from pimoroni/patch-inky7-update-timeout
...
inky73: Add busy wait timeout.
2024-04-17 12:42:53 +01:00
Phil Howard
8cf276b992
inky73: Add busy wait timeout.
...
Add a timeout to fix Inky 7.3" hanging on batteries.
Basically assumes the update has finished if it takes > 45s, and allows a subsequent attempt
rather than hanging indefinitely.
Raised, texted and fixed by w3stbam: https://github.com/pimoroni/pimoroni-pico/pull/900
Rewritten as mentioned in the PR.
2024-04-17 12:33:24 +01:00
Phil Howard
8bb17087d9
AS7343: Tufty 2040 spectrometer example.
2024-04-15 11:57:40 +01:00