Commit Graph

1615 Commits

Author SHA1 Message Date
Hel Gibbons bafceb110a
Update Pico Unicorn readme 2022-10-24 12:53:58 +01:00
Hel Gibbons 23e73d043d
Merge pull request #540 from pimoroni/patch/plasma_stick_c_examples
Switched the Plasma Stick colour order and fixed BME280 example
2022-10-21 11:47:00 +01:00
ZodiusInfuser 27bf5549e6 Switched colour ordering for Skully LEDs and fixed BME280 example 2022-10-21 11:32:39 +01:00
Hel Gibbons be95e71049
Merge pull request #539 from pimoroni/micropython-install-instructions
tweak micropython docs
2022-10-20 17:08:01 +01:00
Hel Gibbons 1ab922bb63 update docs 2022-10-20 16:22:07 +01:00
Hel Gibbons 64efea7ab5 update docs 2022-10-20 16:20:21 +01:00
Hel Gibbons 277080d786 add MicroPython FAQ 2022-10-20 16:11:05 +01:00
Hel Gibbons 2dbf28fa9b tweak instructions 2022-10-19 17:36:24 +01:00
Hel Gibbons 7fadbdc156 add toc 2022-10-19 17:31:17 +01:00
Hel Gibbons 21c32cfb34 revamp installing micropython page 2022-10-19 17:22:50 +01:00
Hel Gibbons 11a7be85a9
Merge pull request #538 from pimoroni/hel-plasma-rgb
change default colour order
2022-10-19 16:45:48 +01:00
Hel Gibbons b1f6b00997 change default colour order 2022-10-19 16:31:36 +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 f43293adf4 linting 2022-10-18 15:53:20 +01:00
helgibbons 490d21f7e0 seems ok without gc.collect() 2022-10-18 15:49:59 +01:00
helgibbons 8f2837d930 add a bit of onboard led flashage 2022-10-18 15:17:10 +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
ZodiusInfuser 41225090ef Added some C specific examples for Plasma Stick 2022-10-17 16:15:02 +01:00
Phil Howard d736342578 Galactic Unicorn: Paint app. 2022-10-17 16:06:28 +01:00
helgibbons 5d45f9aa06 add error handling 2022-10-13 19:01:02 +01:00
helgibbons e986832414 add spooky rainbows for @guru 2022-10-13 18:15:35 +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
Phil Howard 1357cb876d Galactic Unicorn: Fix audio test linting. 2022-10-13 13:47:25 +01:00
ZodiusInfuser 52a107e6d6 Switched GU over to chained DMA to remove interrupt use 2022-10-13 13:28:59 +01:00
ZodiusInfuser df79caf34e Exposed remaining AudioChannel parameters 2022-10-13 13:28:59 +01:00
lowfatcode 2695982182 Galactic Unicorn: Rainbow text demo. 2022-10-13 13:28:52 +01:00
ZodiusInfuser 8e8299a80b Linting 2022-10-13 13:27:58 +01:00
jon 27e9d467ff Galactic Unicorn: Example tweaks. 2022-10-13 13:27:46 +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 4551c991fb Re-added audio PIO and made it's restart cleaner 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 739ca71f69 Added partial tear down 2022-10-13 13:26:57 +01:00
ZodiusInfuser bb91d9e75b WIP improvements to GU hardware reuse (temp disabled audio) 2022-10-13 13:26:57 +01:00
ZodiusInfuser fbc6737f1e Finished feature_test.py 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 c8b5ffff8c More MP examples for GU 2022-10-13 13:26:57 +01:00
ZodiusInfuser 2283e73368 Fix for native comments raising linting errors 2022-10-13 13:26:57 +01:00
ZodiusInfuser 34a1a54cd1 Added nostalgia prompt example, and fixed linting 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
jon 5ea389c12a Added support for new RGB888 pen type 2022-10-13 13:25:26 +01:00