Ben Nuttall

Results 347 comments of Ben Nuttall

No because the object needs to be constructed before the initial value is set. The `LEDCollection` is constructed with no initial value, then the value of the `LEDCharDisplay` is set...

@lurch Oh I thought it was failing because of an actions node version thing. Yep seems to work!

Hmm yes that seems like a bug. `LEDCharDisplay` constructs an `LEDCollection` with `initial_value=None` [here](https://github.com/gpiozero/gpiozero/blob/master/gpiozero/boards.py#L972) and then sets the value to the required initial value, which is a space by default....

Ah I see, that's why this is happening / why the tests aren't catching it. And yes brightness setting would make sense.

Temporarily fixed by 209295fdb4e57865d419bfff70d116939d462009

https://github.com/piwheels/piwheels/blob/main/piwheels/states.py#L806

It doesn't seem to be missing. What's the problem?

I don't know where you got the word "unstable" from? piwheels aims to build wheels for all packages on PyPI. The builds failed for this package, which is why the...