Phil Howard
9c0e696230
PicoVector: alright-fonts bringup.
2025-04-25 17:33:52 +01:00
Phil Howard
9250e129db
PicoVector: Swap rotate translation order.
2025-04-25 17:33:52 +01:00
Phil Howard
116268b6f5
PicoVector: Vendor pretty-poly and tweak rotation.
2025-04-25 17:33:52 +01:00
Phil Howard
a7a98ae3aa
PicoVector: Suppress errors.
...
Ignore sign compare and narrowing conversion errors in pretty-poly.h.
2025-04-25 17:33:52 +01:00
Phil Howard
d19971d7e0
PicoVector: Rewrite MicroPython bindings.
2025-04-25 17:33:52 +01:00
Phil Howard
9f1d68dbec
PicoVector: Rewrite around new C pretty-poly.h.
2025-04-25 17:33:52 +01:00
Phil Howard
1a8f8e9aae
PicoGraphics: Support multiple layers in more types.
2025-04-25 17:33:52 +01:00
Phil Howard
354c95ca61
PicoGraphics: Layers.
...
Add preliminary support for multiple layered drawing surfaces.
Allows, for example, static content to be loaded into one layer and
remain unmodified while the above layer contains animations.
Particularly useful for drawing PNG or JPEG UI elements which are
then overdrawn with text or animated elements, without paying the
cost of loading/decoding every frame.
2025-04-25 17:33:52 +01:00
Philip Howard
a3811b8330
Merge pull request #1075 from pimoroni/feature/python-linting-update
...
QA/CI: Update and apply Python and MicroPython linting rules.
2025-04-25 17:33:11 +01:00
Phil Howard
4ebdff414e
QA: Lint Python tools.
2025-04-25 17:04:26 +01:00
Phil Howard
c7461571ac
QA: Lint MicroPython modules.
2025-04-25 17:02:02 +01:00
Phil Howard
42da5174bb
QA: Lint MicroPython examples.
2025-04-25 17:01:41 +01:00
Phil Howard
50522e44dd
CI: Update Python linting.
2025-04-25 17:01:19 +01:00
Phil Howard
f5e830176b
Plasma2040/Stick: Remove examples.
...
Examples and builds have moved here: https://github.com/pimoroni/plasma
2025-04-25 17:00:41 +01:00
Phil Howard
d62d09356e
Interstate75: Remove examples.
2025-04-25 16:59:05 +01:00
Phil Howard
ae6aea3a09
Unicorn: Remove duplicate examples.
...
These have moved to https://github.com/pimoroni/unicorn .
2025-04-25 16:58:57 +01:00
Hel Gibbons
53460386b8
Merge pull request #1073 from pimoroni/examples/bme690
...
Update BME68X and BME690 examples
2025-04-22 12:37:15 +01:00
Hel Gibbons
f8548e4d34
Update BME68X and BME690 examples
2025-04-15 11:47:07 +01:00
Hel Gibbons
575e3a17bc
Merge pull request #1062 from pimoroni/examples/microdot
...
Examples: update Unicorn Paint for microdot 2.x
2025-03-11 09:51:37 +00:00
Hel Gibbons
054fca0d79
compatibility changes for microdot 2.x
2025-03-10 15:15:14 +00:00
Philip Howard
e890afb03b
Merge pull request #1061 from pimoroni/patch/stellar-paint
...
compatibility changes for use with microdot 2.x
2025-03-10 11:39:03 +00:00
thirdr
53e5864101
compatibility changes for use with microdot 2.x
2025-03-03 09:40:42 +00:00
Philip Howard
2eb97532ea
Merge pull request #1057 from pimoroni/patch-scd4x-calibration
...
SCD4X: Add calibration commands for #1056 .
2025-02-24 13:03:39 +00:00
Philip Howard
0658719ff6
Merge pull request #1058 from pimoroni/patch-pico-sdk-211
...
CI: Bump to Pico SDK 2.1.1.
2025-02-24 13:02:06 +00:00
Phil Howard
5297f9aa55
CI: Bump to Pico SDK 2.1.1.
2025-02-21 10:39:38 +00:00
Phil Howard
cfa3d1d90d
SCD4X: Add calibration commands for #1056 .
2025-02-21 10:29:38 +00:00
Philip Howard
4e20ac1894
Merge pull request #1055 from Zyuangeorge/correct-as7343-demo-print
...
Correct the output of the as7343 demo
2025-02-06 12:49:42 +00:00
Zyuangeorge
9866736ffd
correct the output of the as7343 demo
2025-02-04 13:00:15 +00:00
Philip Howard
aa1e3f18b7
Merge pull request #1029 from pimoroni/feature/scd4x-low-power
...
SCD4X: API bump and possible low power support
2025-01-15 11:59:00 +00:00
Philip Howard
f7c45a9983
Merge pull request #1042 from jaeheonshim-forks/inky-blocking-fix
...
Fix: Properly implement non-blocking update functions for the Inky Frame
2025-01-15 11:33:56 +00:00
Philip Howard
d014b289d6
Merge pull request #1049 from pimoroni/patch-pixel-span
...
PicoGraphics: Fix overflow bug in p4 pixel span.
2025-01-15 09:01:45 +00:00
Phil Howard
19689b4414
PicoGraphics: Fix overflow bug in p4 pixel span.
...
A properly aligned zero length pixel span would cause a single
pixel to be drawn, the length overflowed and a subsequent
2GB of pixels drawn by the main loop.
Add a simple check to discard any attempt to draw zero length spans.
Fixes pimoroni/pimoroni-pico-rp2350#32
2025-01-14 12:16:12 +00:00
Philip Howard
a90abba9db
Merge pull request #1046 from pimoroni/docs/readme-rp2350-warning
...
README: Added link to RP2350 repo
2025-01-08 11:48:29 +00:00
Philip Howard
324b15ae2f
Merge pull request #1043 from isaac-webb/main
...
Fix Button class on Pico 2W
2025-01-08 11:48:10 +00:00
thirdr
c44de41033
README: Added link to RP2350 repo
2025-01-07 09:45:06 +00:00
Isaac Webb
9883943dd0
Add pin mode definition to fix Button class on Pico 2
2024-12-26 17:08:15 -05:00
Jaeheon Shim
3811195374
Honor 'blocking' parameter in inky_frame and inky_frame_7 update functions
2024-12-24 16:57:48 -05:00
Jaeheon Shim
cb06a20cb4
Remove duplicate busy_wait() in update function of inky73
2024-12-24 16:57:08 -05:00
Hel Gibbons
e8260bf521
Merge pull request #1041 from pimoroni/examples/rp2350-display-pack
...
Display Pack: Make button example work with RP2350 boards
2024-12-24 13:50:07 +00:00
Hel Gibbons
77e6a9db6d
update display pack button example to work with RP2350 boards
2024-12-24 12:39:29 +00:00
Philip Howard
63461337b1
Merge pull request #1006 from PiPicoDev/display_28
...
Add Pico Display Pack 2.8 and fix SPI for st7789 on Pico2
2024-12-11 17:24:40 +00:00
Philip Howard
5475bcb93a
Merge pull request #1034 from Daft-Freak/patch-1
...
picographics: update text docs
2024-12-11 17:22:36 +00:00
Charlie Birks
193fe81441
picographics: update text docs
2024-12-05 14:18:19 +00:00
Philip Howard
17d180dd37
Merge pull request #1033 from Daft-Freak/patch-1
...
hub75: don't enable an unrelated IRQ
2024-12-04 16:56:28 +00:00
Charlie Birks
e70c40b706
hub75: also don't disable that IRQ
2024-12-04 16:07:37 +00:00
Charlie Birks
0bf63ca881
hub75: don't enable an unrelated IRQ
...
DREQs are not IRQs, `DREQ_PIO0_TXn` happens to align with `TIMER_IRQ_n` so this enabled a timer IRQ.
2024-12-04 14:17:13 +00:00
Philip Howard
1991fdde2c
Merge pull request #1032 from pimoroni/inky-patches
...
Patches for Inky on SDK 2.1.0 + MicroPython edge
2024-12-03 12:55:31 +00:00
Phil Howard
9290243910
CI: Fix ccache.
...
As per the docs ~/.ccache is only used if it exists.
It wont exist unless it's cached.
It wont cache unless it exists.
Create it, to break the cycle.
2024-12-03 12:17:10 +00:00
Phil Howard
cae1b1381d
Inky Frame: Remove MicroPython build and examples.
...
Inky Frame has a new home at: https://github.com/pimoroni/inky-frame
2024-12-03 11:49:28 +00:00
Phil Howard
2b7b9efac7
Wakeup: Remove runtime init hook.
2024-12-03 11:36:36 +00:00