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
|
981a38b989
|
Merge pull request #928 from pimoroni/examples/pngdec
Examples/pngdec
|
2024-05-30 23:32:14 +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 |
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 |
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 |
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
|
8bb17087d9
|
AS7343: Tufty 2040 spectrometer example.
|
2024-04-15 11:57:40 +01:00 |
Phil Howard
|
6fcbaf5616
|
AS7343: MicroPython bindings.
|
2024-04-15 11:53:34 +01:00 |
Philip Howard
|
c066325ca0
|
Merge pull request #909 from pimoroni/patch-ltr559-interrupt
LTR559: Add interrupt.py demo from #169.
|
2024-04-11 17:41:58 +01:00 |
Phil Howard
|
8fc8a8ee06
|
CI: Rename tiny2040 to tiny2040_8mb.
It was not super obvious that this build is specific to the 8mb
version of Tiny 2040.
|
2024-04-11 17:01:21 +01:00 |
Philip Howard
|
9edcdcc126
|
Merge pull request #919 from pimoroni/patch-pngdec-palette-offset
PNGdec: Add support for palette offsets and greyscale copy mode
|
2024-04-11 16:32:08 +01:00 |
thirdr
|
cdb7b4bf2c
|
fixed arg order bug
|
2024-04-11 14:02:26 +01:00 |
ZodiusInfuser
|
44d7875f7e
|
Relocated example and updated readme
|
2024-04-03 14:37:26 +01:00 |
ZodiusInfuser
|
a90c31fb3b
|
More explanation of encoder capture
|
2024-04-03 14:29:17 +01:00 |
ZodiusInfuser
|
458b0ac209
|
Added a speed reading example for inventor
|
2024-04-03 14:29:01 +01:00 |
Phil Howard
|
a537672dd4
|
PNGdec: Don't convert greys if mode=COPY.
|
2024-03-28 15:35:05 +00:00 |
Phil Howard
|
d34e692f51
|
PNGdec: Don't add palette_offset twice.
|
2024-03-28 15:30:32 +00:00 |
Phil Howard
|
27b913124c
|
PNGdec: Add copy support and offset to greyscale.
|
2024-03-28 15:04:06 +00:00 |
Phil Howard
|
c7b788cd1d
|
PNGdec: Add palette offset arg.
Allow index colour PNGs to be copied with a palette offset.
EG: a 4bit PNG could be offset 16 times for as many colour variations.
|
2024-03-28 15:04:02 +00:00 |
thirdr
|
b499296867
|
added amp enable to audio.py
|
2024-03-27 14:38:01 +00:00 |
thirdr
|
193adaca72
|
linting fix
|
2024-03-27 13:01:35 +00:00 |
thirdr
|
b0babcfe9f
|
fixed audio 'pop'
|
2024-03-27 12:57:44 +00:00 |
Phil Howard
|
19fa8864cf
|
PNGdec: Add greyscale support.
Add an optional MODE_PEN to draw the PNG in the current pen colour.
Best used with, but not limited to, 1bit PNG images.
|
2024-03-27 12:49:09 +00:00 |
thirdr
|
e34b2420c6
|
i2s audio examples
|
2024-03-26 08:41:48 +00:00 |
Phil Howard
|
5dd76ed31b
|
LTR559: Add interrupt.py demo from #169.
|
2024-03-11 13:38:07 +00:00 |
Phil Howard
|
10221066dd
|
PNGDEC: Support for 1bpp.
|
2024-02-27 13:31:52 +00:00 |
Philip Howard
|
ab64fcaccc
|
Merge pull request #899 from pimoroni/jpegdec/width_height_fix
JPEGDEC: Backport width/height changes from pngdec.
|
2024-02-27 12:21:17 +00:00 |
Hel Gibbons
|
8d964bce2c
|
Plasma Stick: add link
|
2024-02-26 14:08:56 +00:00 |
Skyler Mansfield
|
b23a71b889
|
JPEGDEC: Backport width/height changes from pngdec.
Open JPEG file or stream to read width/height before decode.
|
2024-01-23 16:18:13 +00:00 |
Philip Howard
|
392d75b00d
|
Merge pull request #878 from pimoroni/ci/tooling
CI: Move some workflow steps into ci/micropython.sh
|
2024-01-19 10:32:20 +00:00 |
Philip Howard
|
911cbb710e
|
Merge pull request #877 from pacohope/tz-adjust
add adjustment for time zone offset
|
2024-01-16 14:35:16 +00:00 |
Philip Howard
|
4e3e2c836d
|
Merge pull request #876 from pimoroni/docs/picoscroll
update picoscroll docs
|
2024-01-16 14:27:06 +00:00 |
Philip Howard
|
5bd5334379
|
Merge pull request #813 from andrewjw/andrewjw-patch-1
fix: Only set time if the wlan is connected
|
2024-01-16 14:18:37 +00:00 |
Philip Howard
|
9ddbb17a82
|
Merge pull request #860 from pimoroni/patch-bye-bye-badger
Badger2040/2040W: Remove old/incompatible examples.
|
2024-01-16 14:17:08 +00:00 |
Phil Howard
|
5126263f91
|
Badger2038/2040W: Remove old/incompatible examples.
Badger now lives at: https://github.com/pimoroni/badger2040
|
2024-01-16 14:01:34 +00:00 |