Philip Howard

Results 1037 comments of Philip Howard

Apparently "DotStar" is *not* an Adafruit name/trademark in the same way that NeoPixel is, but Adafruit. by widely referring to them as DotStar. have basically appropriated the term. So if...

Oh, wait, what! I totally forgot to use 0-1 and the values are being scaled up to 0-255 by the `_brightness` value anyway. I'm guessing the SPI bitwidth is implicitly...

Although my experience is largely centred on the micro:bit, it gives me some idea of just how complicated writing libraries for a cut down platform can get. The key problems...

I was pushing ~16FPS with a 128x128x1 black & white OLED (sh1106) after modifications to the library, so a framerate of 3.1 on a display needing 4x the data would...

Already working on it ;) Update: First draft: https://github.com/rm-hull/luma.core/pull/147 (Amazing how long a couple of lines of code can take! Granted I had to walk into the office to grab...

@bdgoodman Oh I very much agree with you. It isn't hard to contrive some scenario where an unannounced switch of display driver/resolution could really be a problem. Thanks for taking...

Is there anything I can do to help here? @Fiqq90 In tinkering with Spotify and Raspotify/Librespot to build PiDi Spotify I found it's very much a one-way deal. Librespot's -onevent...

It's unlikely I'll ever find the time or headspace to look into support properly. I tend to be firefighting issues or working on new drivers most of the time and...

I happened upon this thread, and while I don't know the state of APA102/WS281x support in Android Things I think you'd have some issues making generalised code to support both...

Thank you for posting your methodology, it helped me prepare my codebase and raise a PR against ulab - https://github.com/v923z/micropython-ulab/pull/664 And a patch against `pimoroni-pico` - https://github.com/pimoroni/pimoroni-pico/pull/906 AIUI all downstream...