Philip Howard

Results 1009 comments of Philip Howard
trafficstars

It's on my TODO list to migrate this to our latest packaging standards as per https://github.com/pimoroni/boilerplate-python/issues/16

I wonder if anyone else has used this? JPEG is definitely one of the worst ways to get image data onto a microcontroller and we have an explicit pipeline for...

Oh hello, I have written this same code :laughing: https://github.com/Gadgetoid/pico-tinyusb-i2s-speaker/blob/28b0c9a034615d38c22e05df83c8f74009fd0f85/src/i2s_audio.c#L42-L46 Probably borrowed the idea from you.

Granted much of that is trying to figure out how it's all going to work in lieu of all the niceties we took for granted in RPi.GPIO. I still need...

This may have to be directed at RPi themselves, since they control the stack and its quirks, and all of the drivers for HyperPIxel are now mainline. I think I've...

"off" is effectively "shipping mode", and is the low power mode that the charge controller is put into in order to ship the unit with a LiPo battery installed. Because...

Tried to shunt the display controller into sleep mode today, but it wasn’t cooperating. Possibly continuing to send data is something of a mixed message. Did enough of a cursory...

Tried to shunt the display controller into sleep mode today, but it wasn’t cooperating. Possibly continuing to send data is something of a mixed message. Did enough of a cursory...

AFAIK "Power Off" is about as off as it can get- IE it's the "Shipping Mode" of the onboard charge controller (bq24295) and is the state the system is required...

> (The Y axis is the range of the battery meter) :grimacing: