Philip Howard
Philip Howard
Depends upon RP2350 support: https://github.com/micropython/micropython/pull/15619 This is a rough draft gathering our PSRAM support code - with a dash of SparkFun's - and attempting to get it into the right...
Should roughly use the setup provided here: https://github.com/pimoroni/boilerplate-python This includes some changes to how linting/tests are handled and some other "improvements" that would be nice here.
1. Check version on blit 2. Fetch releases from GitHub 3. compare 4. do an "install" of firmware-update.blit if it's out of date
``` phil@StarLite:~/Development/32blit$ 32blit setup Project name: platforms Author name: gadgetoid 32Blit SDK path [/home/phil/32blit-sdk]: /home/phil/Development/32blit/32blit-sdk Initialise a Git repository? [Y/n]: y Create VS Code configuration? [Y/n]: y Create Visual Studio...
Configure ~.travis.yml~ GitHub Actions to release packages to pypi and GitHub for tagged releases.
I picked up a Miyoo Mini Plus recently so I had something to distract me from all the Linux gpio tomfoolery. The few 32blit examples I've managed to port over...
Counterpart to #803 focusing on documentation updates.
The following should move into their own GitHub repositories under the 32blit umbrella: * [ ] Voxel * [ ] Rainbow Ascent * [ ] Ray Caster * [ ]...
I've rebased this and cleaned it up to use the latest and greatest SDK features- IE: asset pipeline and metadata. TODO: 1. [ ] Change demo 3D model away from...
As brought up by @zenodante in #562 - firing an audio callback at 22kHz will ransack the instruction cache among other things. We should be feeding a ~441 sample buffer...