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
jon
678be33b53
Update to use new RGB888 pen type
2022-10-13 13:25:26 +01:00
jon
f2c3d15b8e
Galactic Unicorn: Playing basic audio samples now works, added rainbow example for photoshoot
2022-10-13 13:25:18 +01:00
jon
eaaed2e862
Galactic Unicorn: Examples + features.
2022-10-13 13:24:08 +01:00
jon
5fdd08438f
stuff
2022-10-13 13:22:21 +01:00
jon
a3d3707284
more stuff
2022-10-13 13:22:21 +01:00
jon
09846ab221
Galactic Unicorn: Initial C++ experimentaion.
2022-10-13 13:21:22 +01:00
jon
241be438b8
Fixed a couple of small bugs in fire demo
2022-10-13 13:19:50 +01:00
jon
a322c400f0
Added support for new RGB888 pen type
2022-10-13 13:19:50 +01:00
jon
c91c5d6bf4
Update to use new RGB888 pen type
2022-10-13 13:19:50 +01:00
jon
a486150470
Playing basic audio samples now works, added rainbow example for photoshoot
2022-10-13 13:19:50 +01:00
jon
63183d28be
Lots of features added
2022-10-13 13:19:50 +01:00
jon
e50827c412
stuff
2022-10-13 13:19:50 +01:00
jon
210b334fff
more stuff
2022-10-13 13:19:50 +01:00
jon
54ad59c77a
Rebasing Galactic Unicorn branch to main
2022-10-13 13:19:50 +01:00
Hel Gibbons
a27a539a1f
Merge pull request #532 from pimoroni/hel-automation-mini
...
Automation Mini tidyup
2022-10-06 16:09:41 +01:00
helgibbons
86b1cd40dc
Update readmes
2022-10-06 15:54:50 +01:00
helgibbons
262bd673ed
Add Automation 2040 W Mini init to examples
2022-10-06 15:54:16 +01:00
helgibbons
3fa620db10
Fix error in automation.py
2022-10-06 15:52:48 +01:00
Gee Bartlett
28b6698430
Automation 2040w MicroPython PWM ( #489 )
...
Co-authored-by: ZodiusInfuser <christopher.parrott2@gmail.com>
2022-10-06 12:27:46 +01:00
Philip Howard
8280a6a720
Merge pull request #491 from adriangalilea/main
...
Add adjust_to_sea_pressure function
2022-10-06 12:13:24 +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
32ae781186
Merge pull request #520 from gauntface/patch-1
...
Correct common path
2022-10-05 15:45:32 +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
00ca53a30b
Inky Frame: Update C++ library to support 4.0"
2022-10-05 09:57:16 +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
Phil Howard
9663be2787
Inky Frame: New button test, old is now button demo.
2022-10-03 14:37:02 +01:00
Phil Howard
9424ae7081
Inky Frame: Improve LED PWM example to test all LEDs.
2022-10-03 14:35:42 +01:00
Phil Howard
14fec0406d
Inky Frame: Update examples to support 4.0".
2022-10-03 14:35:27 +01:00
Hel Gibbons
92ff903d1d
Merge pull request #526 from pimoroni/helgibbons-patch-1
...
Update README.md
2022-10-03 09:18:24 +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