Pete Favelle
Pete Favelle
I've encountered a problem using this library to build a custom Bootstrap (5.2.1) custom stylesheet. To replicate: copying the example directly from https://getbootstrap.com/docs/5.2/customize/color/#generating-utilities will result in and error: ``` Error:...
...to allow drawing of sprites directly from the tileset. While I could load up the tileset as a separate sprite sheet, given I was overdrawing the tiled map, if felt...
(from a question on Discord, but the deeper I dig the more confused I get!) So, the Pico Boilerplate should allow us to pull in `pimoroni-pico` libraries simply by adding...
Inspired somewhat by https://github.com/pimoroni/pimoroni-pico/issues/647, I've put together a basic "grab a quote from the Internet and display it on the Unicorn" type example. I've endeavoured to keep it close in...
### Describe the bug (sorry, me again!) A page with an initial number (e.g. `1-number-test.md`) gets rendered as `number-test/index.html` - that is to say, when the filename begins with a...
Updated `ENVIRO_VERSION` to reflect the current release version (to avoid not-inconsiderable confusion when people upgrade and then tell me they're on 0.0.10... :laughing: )
With the move to the "new" way of doing things, we've broken compatibility with Bullseye ("Raspberry OS Legacy"); * the install script now objects to being run as root, but...
Added `get_brightness` and `set_brightness` to Hub75 and (by extension) Interstate75(W) as well. Rather than trying to do clever things with LUTS, this is applied per-pixel on `update`; measurements suggest a...