-
Thanks for this great project.
Would there be a way to add code to adjust the overall brightness of the display using the Lux buttons?
There is code in the Pimoroni examples that looks like this…
-
I am wanting to implement a simple beep through the Galactic Unicorn audio but the audio subsystem is very complex to understand for this kind of basic requirement so an example in the documentation o…
-
Hi,
I try to use the external interrupt to call a callback when an input is rising / falling on an Unicorn Galactic.
I have tried the following code:
```python
from machine import Pin
def…
-
In the example `feature_test_with_audio.py` script, when checking for the 'D' button or the 'ZZZ' button presses, the example code is checking the wrong button state.
i.e.
```
if gu.is_press…