Gee Bartlett
78101c47b5
linting demo
2022-11-03 17:33:58 +00:00
Gee Bartlett
9085c48a62
mp working
2022-11-03 13:30:07 +00:00
Hel Gibbons
152af1f72f
Update README.md
2022-10-26 16:20:37 +01:00
Hel Gibbons
4e23ade374
Update README.md
2022-10-26 16:10:40 +01:00
Hel Gibbons
9bfa4b70b6
make function reference consistent
2022-10-26 15:53:50 +01:00
Hel Gibbons
bafceb110a
Update Pico Unicorn readme
2022-10-24 12:53:58 +01:00
Philip Howard
e928129d59
Merge pull request #537 from pimoroni/feature/galactic_unicorn
...
Galactic Unicorn
2022-10-19 14:08:20 +01:00
Philip Howard
3405130820
Merge pull request #536 from pimoroni/hel-plasma
...
Plasma Stick examples
2022-10-19 10:51:27 +01:00
helgibbons
ce76ff5ea3
update docs
2022-10-18 14:25:02 +01:00
ZodiusInfuser
a7dd4b3baf
Updated MP examples with plasma_stick defs
2022-10-18 13:13:57 +01:00
Phil Howard
70b7d3065d
Galactic Unicorn: Add dedicated firmware build.
2022-10-13 14:53:22 +01:00
Phil Howard
a41715a377
PicoGraphics: Include RGB888 pen type for MicroPython.
2022-10-13 14:02:36 +01:00
ZodiusInfuser
df79caf34e
Exposed remaining AudioChannel parameters
2022-10-13 13:28:59 +01:00
ZodiusInfuser
53dfb9866d
Started splitting out synth into separate channel objects
2022-10-13 13:26:57 +01:00
ZodiusInfuser
882f76dcbc
More work on GU synth
2022-10-13 13:26:57 +01:00
ZodiusInfuser
deec835692
First addition of synth to GU
2022-10-13 13:26:57 +01:00
ZodiusInfuser
12ea527f44
Audio performance improvements and bugfixes
2022-10-13 13:26:57 +01:00
ZodiusInfuser
f809db6434
Added play_tone support to GU C++ and MP
2022-10-13 13:26:57 +01:00
ZodiusInfuser
e08ddd9837
Exposed audio to MP, and made it teardown cleanly
2022-10-13 13:26:57 +01:00
ZodiusInfuser
b2e4e16fab
Cleanup of GU and fix for flashes on MP soft reset
2022-10-13 13:26:57 +01:00
ZodiusInfuser
b35ed5d5ba
Moved MP examples over to PicoGraphics
2022-10-13 13:26:57 +01:00
ZodiusInfuser
82b5110691
Fixed colour order and added working MP examples
2022-10-13 13:26:57 +01:00
ZodiusInfuser
7fd175abc5
Galactic Unicorn: More MicroPython bringup.
2022-10-13 13:26:41 +01:00
ZodiusInfuser
a25699c73d
Initial setup og GU Micropython
2022-10-13 13:25:26 +01:00
Philip Howard
9878e4bff7
Merge pull request #528 from pimoroni/patch-plasma-alloc
...
Plasma: Use m_new to alloc buffer on gc_heap if not supplied.
2022-10-06 12:12:34 +01:00
Philip Howard
1ac55c49ea
Merge pull request #527 from pimoroni/driver/inky-frame-4.0
...
Support for Inky Frame 4.0"
2022-10-06 12:09:17 +01:00
Philip Howard
c3f3d7fa35
Merge pull request #525 from PeterCopeland/patch-1
...
Move set_brightness to APA102
2022-10-05 15:37:48 +01:00
Phil Howard
eaf9fcdf93
Plasma: Use m_new to alloc buffer on gc_heap if not supplied.
...
When no buffer was supplied it would fall upon the class to call "new" and allocate within C/C++'s (very small) heap.
Ensure a MicroPython managed buffer (allocated from gc_heap) is always supplied to the APA102/WS2812 classes.
2022-10-04 11:39:56 +01:00
Hel Gibbons
6393e74f86
Update README.md
2022-10-03 09:10:59 +01:00
Peter Copeland
8cc6e85f98
Move set_brightness to APA102
...
Documentation for set_brightness function was under WS2812 but text referred to APA102, and set_brightness is not supported on WS2812. I've moved the paragraph to the end of the APA102, verbatim.
2022-10-02 23:43:12 +01:00
Phil Howard
6aa1bbd271
UC8159: 0/180 degree rotation support.
2022-09-30 21:04:22 +01:00
Phil Howard
7f02501fa6
UC8159: Alternate resolution support.
2022-09-30 15:18:01 +01:00
Phil Howard
c1816ae9d6
PicoGraphics: MicroPython support for Inky Frame 4.0
2022-09-29 14:04:56 +01:00
helgibbons
dd872f5102
fix typo
2022-08-25 17:12:51 +01:00
helgibbons
2cbd710620
Remove references to old picoexplorer module
2022-08-25 16:10:32 +01:00
Phil Howard
fddac54f86
JPEGDEC: Add option to disable dither on RGB332.
2022-08-11 11:46:45 +01:00
Phil Howard
42a29dbe7b
Wakeup: Port to Badger 2040.
2022-08-08 12:05:55 +01:00
Phil Howard
f7781e2696
Wakeup: Fixup crt0.S and runtime.c.
...
Assert the VSYS_EN pin before copying SRAM and zeroing BSS.
Saves ~142ms of startup time before GPIO input is latched and pin is asserted.
2022-08-08 12:05:18 +01:00
Phil Howard
898e2a1b32
Wakeup: Optionally turn off RTC CLOCK_OUT.
2022-08-08 12:05:18 +01:00
Phil Howard
9ec77c2f10
LTR559: Lux as float.
...
Avoid truncating Lux to uint16_t.
2022-08-08 12:05:18 +01:00
Phil Howard
fb246441bd
MicroPython: Add picow_enviro build.
2022-08-08 12:05:18 +01:00
Phil Howard
a4b6d86ac7
MicroPython: Port wakeup GPIO latch to asm.
2022-08-08 12:05:18 +01:00
Phil Howard
dfa13f2a39
MicroPython: Early wakeup GPIO latch module.
2022-08-08 12:05:18 +01:00
Philip Howard
4abe57d0f3
Merge pull request #478 from pimoroni/patch_pcf85063a_mp
...
Exposed byte access for PCF RTC
2022-08-02 10:29:06 +01:00
Phil Howard
11f0f2f0f9
Badger2040: Produce build without baked-in BadgerOS.
2022-07-27 11:56:44 +01:00
Phil Howard
8f0a143924
Pico Unicorn: Fix clear for #461
2022-07-26 11:50:54 +01:00
jon
50c7bd69ee
Added missing switch case for new RGB888 pen type
2022-07-26 05:34:23 +01:00
Philip Howard
2991c2ec2d
Merge pull request #465 from pimoroni/patch-badger2040-partial-lockup
...
Badger2040: Fix fast partial update endless busy wait for #464 .
2022-07-25 17:35:43 +01:00
Phil Howard
de61929eac
Badger2040: Fix fast partial update endless busy wait for #464 .
2022-07-25 16:46:23 +01:00
Philip Howard
0f090d8999
Merge pull request #460 from pimoroni/hel_inky_frame
...
Add Inky Frame examples and other misc fixes
2022-07-25 15:37:20 +01:00